﻿@charset "UTF-8";

#swappable {
    background: url("../images/swappable_1920.jpg") center center no-repeat;
    height: 776px;
}

    #swappable div {
        position: absolute;
        left: 124px;
        top: 138px;
        width: 1155px;
        height: 247px;
    }


@media screen and (max-width: 1366px) {

    #swappable {
        background: url("../images/swappable_1366.jpg") center 0 no-repeat;
        height: 575px;
    }

        #swappable div {
            left: 64px;
            top: 82px;
            width: 834px;
            height: 169px;
        }
}


@media screen and (max-width: 960px) {

    #swappable {
        background: url("../images/swappable_960.jpg") center bottom no-repeat;
        height: 600px;
    }

        #swappable div {
            left: 29px;
            top: 68px;
            width: 577px;
            height: 242px;
        }
}


@media screen and (max-width: 640px) {

    #swappable {
        background: url("../images/swappable_640.jpg") center bottom no-repeat;
        height: 670px;
    }
}
