﻿@charset "UTF-8";
#M2_SSD {
    background: url("../images/ssd_1920.jpg") center bottom no-repeat;
    height: 828px;
}

#M2_SSD div {
    position: absolute;
    left: 154px;
    top: 66px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #M2_SSD {
        background: url("../images/ssd_1366.jpg") center bottom no-repeat;
        height: 586px;
    }
    #M2_SSD div {
        left: 144px;
        top: 0px;
        width: 706px;
        height: 187px;
    }
}

@media screen and (max-width: 960px) {
    #M2_SSD {
        background: url("../images/ssd_960.jpg") center 146px no-repeat;
        height: 702px;
    }
    #M2_SSD div {
        left: 44px;
        top: 66px;
        width: 572px;
        height: 224px;
    }
    #M2_SSD h3 {
        width: auto;
    }
}

@media screen and (max-width: 640px) {
    #M2_SSD {
        background-image: url("../images/ssd_640.jpg");
        height: 910px;
        background-position: center 250px;
    }
}
