﻿@charset "UTF-8";
#sound {
    background: url("../images/sound_1920.jpg") center 25px no-repeat;
    height: 898px;
}

#sound div {
    position: absolute;
    left: 185px;
    top: 89px;
    width: 1049px;
    height: 168px;
}


/*#sound center {
    text-align: center;
}
*/

@media screen and (max-width: 1366px) {
    #sound {
        background: url("../images/sound_1366.jpg") center 182px no-repeat;
        height: 776px;
    }
    #sound div {
        left: 143px;
        top: 80px;
        width: 696px;
        height: 135px;
    }
}

@media screen and (max-width: 960px) {
    #sound {
        background: url("../images/sound_960.jpg") center -30px no-repeat;
        height: 720px;
    }
    #sound div {
        left: 58px;
        top: 7px;
        width: 560px;
        height: 143px;
    }
}

@media screen and (max-width: 640px) {
    #sound {
        background: url("../images/sound_640.jpg") center -40px no-repeat;
        height: 700px;
    }
    #sound div {
        top: 30px !important;
    }
}
