﻿@charset "UTF-8";
#M2_SSD {
    background: url("../images/ssd_1920.jpg") center center no-repeat;
    height: 876px;
}

#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 bottom 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 -21px no-repeat;
        height: 638px;
    }
    #M2_SSD .frame {
        left: 35px;
        top: 70px;
        width: 564px;
    }
}

@media screen and (max-width: 640px) {
    #M2_SSD {
        background-image: url("../images/ssd_640.jpg");
        background-position: center 100px;
        height: 724px;
    }
    #M2_SSD .frame {
        padding-top: 50px;
    }
}
