﻿@charset "UTF-8";

#M2_SSD {
    background: url("../images/ssd_1920.jpg") center center no-repeat;
    height: 777px;
}

    #M2_SSD .frame {
        position: absolute;
        left: 154px;
        top: 94px;
        width: 1100px;
        height: 247px;
    }


@media screen and (max-width: 1366px) {

    #M2_SSD {
        background: url("../images/ssd_1366.jpg") center 30px no-repeat;
        height: 605px;
    }

        #M2_SSD .frame {
            left: 144px;
            top: 40px;
            width: 706px;
            height: 187px;
        }
}


@media screen and (max-width: 960px) {

    #M2_SSD {
        background: url("../images/ssd_960.jpg") center bottom no-repeat;
        height: 700px;
    }

        #M2_SSD .frame {
            left: 35px;
            top: 82px;
            width: 564px;
            height: 245px;
        }
}


@media screen and (max-width: 640px) {

    #M2_SSD {
        background-image: url("../images/ssd_640.jpg");
        height: 740px;
    }

        #M2_SSD .frame {
            top: 42px !important;
        }
}
