﻿@charset "UTF-8";
#xsplit {
    background: url("../images/xsplit_1920.jpg") center bottom no-repeat;
    height: 926px;
}

#xsplit .frame {
    position: absolute;
    left: 122px;
    top: 60px;
    width: 1150px;
}

@media screen and (max-width: 1366px) {
    #xsplit {
        background: url("../images/xsplit_1366.jpg") center bottom no-repeat;
        height: 625px;
    }
    #xsplit .frame {
        left: 70px;
        top: 48px;
        width: 800px;
    }
}

@media screen and (max-width: 960px) {
    #xsplit {
        background: url("../images/xsplit_960.jpg") center bottom no-repeat;
        height: 700px;
    }
    #xsplit .frame {
        left: 40px;
        top: 30px;
        width: 560px;
    }
}

@media screen and (max-width: 640px) {
    #xsplit {
        background: url("../images/xsplit_640.jpg") center 140px no-repeat;
        height: 750px;
    }
}
