.header{}
.header img{ width:100%;}

.main{ position: relative;}
.main img{ width:100%; position: relative;} 
img{ width:100%;}

.emlink{ position: absolute; z-index: 1; right: 15%; top: 14%;}
.emlink a{ color:#fff; font-size: 16px; font-weight: bold;}


.mobilevv{ display: none;}


@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 500px) {
.main{ display: none;}
.mobilevv{ display: block;}
}




