﻿@charset "UTF-8";
#M2_SSD {
    background: url("../images/ssd_1920.jpg") center 50px no-repeat;
    height: 896px;
}

#M2_SSD .frame {
    position: absolute;
    left: 234px;
    top: 124px;
    width: 950px;
}

@media screen and (max-width: 1366px) {
    #M2_SSD {
        background: url("../images/ssd_1366.jpg") center 130px no-repeat;
        height: 655px;
    }
    #M2_SSD .frame {
        left: 144px;
        top: 50px;
        width: 706px;
    }
}

@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: 70px;
        width: 564px;
    }
}

@media screen and (max-width: 640px) {
    #M2_SSD {
        background-image: url("../images/ssd_640.jpg");
        height: 750px;
        background-position: center 130px;
    }
    #M2_SSD .frame {
        padding-top: 50px;
    }
}
