﻿@charset "UTF-8";
#swappable {
    background: url("../images/swappable_1920.jpg") center 23px no-repeat;
    height: 880px;
}

#swappable div {
    position: absolute;
    left: 124px;
    top: 78px;
    width: 1155px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #swappable {
        background: url("../images/swappable_1366.jpg") center 160px no-repeat;
        height: 753px;
    }
    #swappable div {
        left: 64px;
        top: 82px;
        width: 834px;
        height: 169px;
    }
}

@media screen and (max-width: 960px) {
    #swappable {
        background: url("../images/swappable_960.jpg") center 20px no-repeat;
        height: 762px;
    }
    #swappable div {
        left: 29px;
        top: 68px;
        width: 577px;
        height: 242px;
    }
}

@media screen and (max-width: 640px) {
    #swappable {
        background: url("../images/swappable_640.jpg") center -127px no-repeat;
        height: 573px;
    }
}
