﻿@charset "UTF-8";
#M2_SSD {
    background: url("../images/ssd_1920.jpg") center center no-repeat;
    height: 777px;
}

#M2_SSD div {
    position: absolute;
    left: 154px;
    top: 134px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #M2_SSD {
        background: url("../images/ssd_1366.jpg") center 0 no-repeat;
        height: 575px;
    }
    #M2_SSD div {
        left: 144px;
        top: 50px;
        width: 706px;
        height: 187px;
    }
}

@media screen and (max-width: 960px) {
    #M2_SSD {
        background: url("../images/ssd_960.jpg") center bottom no-repeat;
        height: 630px;
    }
    #M2_SSD div {
        left: 44px;
        top: 90px;
        width: 423px;
        height: 224px;
    }
    #M2_SSD h3 {
        width: 510px;
    }
}

@media screen and (max-width: 640px) {
    #M2_SSD {
        background-image: url("../images/ssd_640.jpg");
        height: 740px;
    }
    #M2_SSD h3 {
        width: auto;
    }
}
