﻿@charset "UTF-8";
#swappable {
    background: url("../images/swappable_1920.jpg") center center no-repeat;
    height: 776px;
}

#swappable .frame {
    position: absolute;
    left: 124px;
    top: 38px;
    width: 1155px;
}

@media screen and (max-width: 1366px) {
    #swappable {
        background: url("../images/swappable_1366.jpg") center 70px no-repeat;
        height: 645px;
    }
    #swappable .frame {
        left: 64px;
        top: 0;
        width: 834px;
    }
}

@media screen and (max-width: 960px) {
    #swappable {
        background: url("../images/swappable_960.jpg") center 26px no-repeat;
        height: 703px;
    }
    #swappable .frame {
        left: 29px;
        top: 48px;
        width: 567px;
    }
}

@media screen and (max-width: 640px) {
    #swappable {
        background: url("../images/swappable_640.jpg") center -180px no-repeat;
        height: 530px;
    }
    #swappable .frame {
        top: -61px!important;
    }
}
