﻿@charset "UTF-8";

#Sound {
    background: url("../images/sound_1920.jpg") center bottom no-repeat;
    height: 740px;
}
    #Sound .frame {
    	top: 50px;
    }


@media screen and (max-width: 1366px) {
    #Sound {
        background: url("../images/sound_1366.jpg") center bottom no-repeat;
        height: 515px;
    }
        #Sound .frame {
			top: 10px;
        }
}


@media screen and (max-width: 960px) {
    #Sound {
        background: url("../images/sound_960.jpg") center bottom no-repeat;
        height: 580px;
    }
        #Sound .frame {
			top: 20px;
        }
}


@media screen and (max-width: 640px) {
    #Sound {
        background: url("../images/sound_640.jpg") center bottom no-repeat;
        height: 630px;
    }   
        #Sound .frame {
			top: 35px;
        }
}
