.drop_vid {
	width: 400px;
	height: 400px;
	background-image: url("./../../images/drop4.png");
	background-size: 100%;
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1000000001;
}
.drop_vid .title_vid {
	font-weight: 800;
	text-transform: uppercase;
	width: 300px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 80px;
	font-size: 19px;
}
.drop_vid img {
	width: 270px;
	margin-top: 10px;
}
.drop_vid img:hover {
	opacity: 0.95;
	cursor: pointer;
}
.drop_vid {
	text-align: center;
}
.close_vid {
	text-align: center;
	font-size: 11px;
}
.close_vid a {
	color: #fff;
}
.back_vid {
	background-color: #21b2a6;
	/*background-color: #000;*/
	background-color: #2483c1;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000000000;
	opacity: 0.8;
	opacity: 0.7;
}
.you_vid {
	position: fixed;
	z-index: 1000000002;
	width: 90%;
	max-width: 560px;
	height: 315px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none;
}




/* Partners */

.partners img {
	height: 90px;
}
.partners img.hundred20 {
	height: 120px;
}
.partners img.down {
	height: 80px;
}




