﻿@charset "UTF-8";
#xsplit {
    background: url(../images/xsplit_1920.jpg) center -20px no-repeat;
    height: 856px;
}

#xsplit div {
    position: absolute;
    left: 61px;
    top: 112px;
    width: 1181px;
    height: 247px;
}

#xsplit h3 {
    width: 640px;
}

@media screen and (max-width: 1366px) {
    #xsplit {
        background: url(../images/xsplit_1366.jpg) center 55px no-repeat;
        height: 648px;
    }
    #xsplit div {
        left: 70px;
        top: 48px;
        width: 818px;
        height: 195px;
    }
    #xsplit h3 {
        width: auto;
    }
}

@media screen and (max-width: 960px) {
    #xsplit {
        background: url("../images/xsplit_960.jpg") center 0 no-repeat;
        height: 718px;
    }
    #xsplit div {
        left: 34px;
        top: 20px;
        width: 575px;
        height: 255px;
    }
}

@media screen and (max-width: 640px) {
    #xsplit {
        background: url(../images/xsplit_640.jpg) center -10px no-repeat;
        height: 720px;
    }
}
