﻿@charset "UTF-8";
#swappable {
    background: url("../images/swappable_1920.jpg") center 90px no-repeat;
    height: 936px;
}

#swappable .frame {
    position: absolute;
    left: 254px;
    top: 98px;
    width: 895px;
}

@media screen and (max-width: 1366px) {
    #swappable {
        background: url("../images/swappable_1366.jpg") center 170px no-repeat;
        height: 755px;
    }
    #swappable .frame {
        left: 64px;
        top: 52px;
        width: 834px;
    }
}

@media screen and (max-width: 960px) {
    #swappable {
        background: url("../images/swappable_960.jpg") center 50px no-repeat;
        height: 710px;
    }
    #swappable .frame {
        left: 29px;
        top: 120px;
        width: 577px;
    }
}

@media screen and (max-width: 640px) {
    #swappable {
        background: url("../images/swappable_640.jpg") center 0px no-repeat;
        height: 660px;
    }
    #swappable .frame {
        padding-top: 60px;
    }
}
