#main {
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
}

#logo1 {
position: fixed;
right: 0px;
top: 0px;
height: 75px;
width: 229px;
background: url(logo.png) no-repeat top center;
background-size: auto 100%;
z-index: 800;
}


.videomail {
	width: 960px;
	height: 540px;
}



@media (max-width: 1000px) {
.videomail {
	width: 600px;
	height: 337px;
}
}

@media (max-width: 480px) {
.videomail {
	width: 320px;
	height: 180px;
}
}