﻿@charset "UTF-8";
#swappable {
    background: url("../images/swappable_1920.jpg") center 100px no-repeat;
    height: 956px;
}

#swappable .frame {
    position: absolute;
    left: 124px;
    top: 98px;
    width: 1155px;
}

@media screen and (max-width: 1366px) {
    #swappable {
        background: url("../images/swappable_1366.jpg") center 190px no-repeat;
        height: 775px;
    }
    #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: 720px;
    }
    #swappable .frame {
        left: 29px;
        top: 90px;
        width: 577px;
    }
}

@media screen and (max-width: 640px) {
    #swappable {
        background: url("../images/swappable_640.jpg") center 39px no-repeat;
        height: 720px;
    }
    #swappable .frame {
        padding-top: 30px;
    }
}
