/* @override 
	http://localhost/realtime/realtime.css */

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Raleway';
	font-size: 24px;
	font-weight: 400;
}
#av, #it {
	width: 100%;
	height: 50%;
	position: relative;
}
#av {
	background: url(images/bg-av.jpg) no-repeat center center;
	background-size: cover;
}
#it {
	background: url(images/bg-it.jpg) no-repeat center center;
	background-size: cover;
	border-top: 1px solid #fff;
}
.container {
	width: 61.333333333333%;
	max-width: 980px;
	margin: 0 auto;
	padding: 50px 2%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.75);
}
#av .container {
	bottom: 0;
}
#it .container {
	top: 0;
}
button {
	border: none;
	background: #009ffd;
	color: #fff;
	font-family: 'Raleway';
	font-size: 21px;
	font-weight: 600;
	padding: 13px 26px;
	border-radius: 8px;
	cursor: pointer;
}

@media screen and (max-width: 960px) {


.container img {
	width: 80%;
}

}

@media screen and (max-width: 780px) {
.container {
	width: 80%;
	font-size: 0.8em;
}
button {
	font-size: 0.8em;
}
}

@media screen and (max-width: 480px) {
.container {
	width: 86%;
	font-size: 0.6em;
	padding: 30px 2%;
}

}

