﻿
#Visual {
    background: url("../images/Visual_1920.jpg") center center no-repeat;
    height: 800px;
}

#Visual .frame {        
    position: absolute;
    left: 50px;
    top: 251px;
    width: 540px;
}

@media screen and (max-width: 1366px) {
    #Visual {
        background-image: url("../images/Visual_1366.jpg");
        height: 600px;
    }
    #Visual .frame {       
		left: 55px;
		top: 192px;
		width: 428px;
    }
}

@media screen and (max-width: 960px) {
    #Visual {
        background-image: url("../images/Visual_960.jpg");
        height: 960px;
    }
    #Visual .frame {                       
        position: static;
        text-align: center;
        margin: 0 40px;
        padding-top: 660px;
        width: auto;
    }    
}

@media screen and (max-width: 640px) {
    #Visual {
        background-image: url("../images/Visual_640.jpg");
        height: 560px;
    }
    #Visual .frame {
        margin: 0 10px;
		padding-top:300px;
    }
}
