﻿@charset "UTF-8";
#dualstorage {
    background: url("../images/dual_1920.jpg") center center no-repeat;
    height: 750px;
}

#dualstorage div {
    position: absolute;
    left: 150px;
    top: 90px;
    width: 1158px;
    height: 248px;
}


/*#dualstorage center {
    text-align: center;
}*/

#dualstorage h2 {}

@media screen and (max-width: 1366px) {
    #dualstorage {
        background: url("../images/dual_1366.jpg") center bottom no-repeat;
        height: 575px;
    }
    #dualstorage div {
        left: 61px;
        top: 4px;
        width: 834px;
        height: 173px;
    }
}

@media screen and (max-width: 960px) {
    #dualstorage {
        background: url("../images/dual_960.jpg") center 6px no-repeat;
        height: 636px;
    }
    #dualstorage div {
        left: 27px;
        top: 22px;
        width: 572px;
        height: 208px;
    }
}

@media screen and (max-width: 640px) {
    #dualstorage {
        background: url("../images/dual_640.jpg") center 46px no-repeat;
        height: 705px;
    }
}
