﻿@charset "UTF-8";
#sound {
    background: url("../images/sound_1920.jpg") center 107px no-repeat;
    height: 1000px;
}

#sound .frame {
    position: absolute;
    left: 154px;
    top: 143px;
    width: 1066px;
    height: 168px;
}


/*#sound center {
    text-align: center;
}
*/

@media screen and (max-width: 1366px) {
    #sound {
        background: url("../images/sound_1366.jpg") center 212px no-repeat;
        height: 806px;
    }
    #sound .frame {
        left: 106px;
        top: 80px;
        width: 696px;
        height: 135px;
    }
}

@media screen and (max-width: 960px) {
    #sound {
        background: url("../images/sound_960.jpg") center 80px no-repeat;
        height: 790px;
    }
    #sound .frame {
        left: 58px;
        top: 61px;
        width: 560px;
        height: 143px;
    }
}

@media screen and (max-width: 640px) {
    #sound {
        background: url("../images/sound_640.jpg") center -10px no-repeat;
        height: 730px;
    }
    #sound .frame {
        top: 30px !important;
    }
}
