.video_popup {
	width: 50%;
	cursor: pointer;
	z-index:10000;
	background: #ffff;
	color: white;
    border: 3px solid 	#ffff;
	text-align: center;
	position: absolute;
	top: 20%;
	left: 25%;
	display:none;
	font-family: 'Roboto';
}
			
.video_popup .video_close_popup_window {
	position: absolute;
	z-index: 10000;
	top: -12px;
	right: -12px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display:block;
	cursor: pointer;
}
			
.video_popup .video_close_popup_window:hover {
	transform: scale(1.17, 1.17);
}
@media (max-width: 900px) {
	.video_popup {
	width: 90%;
	cursor: pointer;
	z-index:100000;
	background: #ffff;
	color: white;
    border: 3px solid 	#ffff;
	text-align: center;
	position: absolute;
	top: 20%;
	left: 5%;
	display:none;
	font-family: 'Roboto';
}
}
