﻿@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;
}

#swappable .ptext {
    position: absolute;
    left: 120px;
    top: 234px;
    color: #7d7d7d;
    font-size: 12px;
}

@media screen and (max-width: 1366px) {
    #swappable {
        background: url(../images/swappable_1366.jpg) center 120px no-repeat;
        height: 723px;
    }
    #swappable div {
        left: 64px;
        top: 82px;
        width: 834px;
        height: 169px;
    }
    #swappable .ptext {
        left: 60px;
        top: 224px;
    }
}

@media screen and (max-width: 960px) {
    #swappable {
        background: url(../images/swappable_960.jpg) center -20px no-repeat;
        height: 732px;
    }
    #swappable div {
        left: 29px;
        top: 68px;
        width: 577px;
        height: 242px;
    }
    #swappable .ptext {
        left: 30px;
        top: 244px;
    }
}

@media screen and (max-width: 640px) {
    #swappable {
        background: url(../images/swappable_640.jpg) center -127px no-repeat;
        height: 593px;
    }
    #swappable .ptext {
        left: 0px !important;
        top: 10px !important;
    }
}
