﻿@charset "UTF-8";
#sound {
    background: url("../images/sound_1920.jpg") center 90px no-repeat;
    height: 816px;
}

#sound div {
    position: absolute;
    left: 146px;
    top: 68px;
    width: 1070px;
    height: 274px;
}

#sound center {
    text-align: center;
}

@media screen and (max-width: 1366px) {
    #sound {
        background: url("../images/sound_1366.jpg") center bottom no-repeat;
        height: 625px;
    }
    #sound div {
        left: 155px;
        top: 36px;
        width: 631px;
        height: 161px;
    }
}

@media screen and (max-width: 960px) {
    #sound {
        background: url("../images/sound_960.jpg") center bottom no-repeat;
        height: 600px;
    }
    #sound div {
        left: 41px;
        top: 26px;
        width: 543px;
        height: 263px;
    }
}

@media screen and (max-width: 640px) {
    #sound {
        background: url("../images/sound_640.jpg") center 100px no-repeat;
        height: 594px;
    }
}
