﻿@charset "UTF-8";
#sound {
    background: url(../images/sound_1920.jpg) center 67px no-repeat;
    height: 910px;
}

#sound div {
    position: absolute;
    left: 154px;
    top: 63px;
    width: 1066px;
    height: 168px;
}


/*#sound center {
    text-align: center;
}
*/

@media screen and (max-width: 1366px) {
    #sound {
        background: url(../images/sound_1366.jpg) center 142px no-repeat;
        height: 736px;
    }
    #sound div {
        left: 106px;
        top: 80px;
        width: 696px;
        height: 135px;
    }
}

@media screen and (max-width: 960px) {
    #sound {
        background: url(../images/sound_960.jpg) center 60px no-repeat;
        height: 810px;
    }
    #sound div {
        left: 58px;
        top: 111px;
        width: 560px;
        height: 143px;
    }
}

@media screen and (max-width: 640px) {
    #sound {
        background: url(../images/sound_640.jpg) center -50px no-repeat;
        height: 680px;
    }
    #sound div {
        top: 30px !important;
    }
}
