main {font-family: 'Roboto', sans-serif; font-size: 16px;}
main img {max-width: 100%; vertical-align: top;}

section {padding: 4em;}

.section-header {padding: 0;}
.section-content {background: url('bg.jpg') no-repeat center; background-size: cover;}

.video-container {
	position:relative;
	padding-bottom: 16%;
	height:0;
	overflow:hidden;
	background: url('header-EN.jpg') center no-repeat;
	background-size: cover;
}

@media (max-width: 850px)
{
	section {padding: 1em; text-align: center;}
	.video-container {padding-bottom: 28%;}
}