.girl{
	position:relative;
	display:inline-block;
	top:0px;
	left:0px;
	width:85%;
	z-index: 999999;
	left: -15px;
	margin-top:0px;
	}
.regLink{
	position:relative;
	text-transform:uppercase;
	padding:8px;
	letter-spacing:3px;
	border:1px solid #111;
	display:inline;
	top:12px;
	}
.regLink:hover{
	background-color:rgba(206, 42, 130, 1);
	color:#111;
	transition-duration:300ms;
	transition-property:all;
	transition-timing-function:ease-in-out;
	}
.thumbnailBlock{
	position:relative;
	display:none;
	margin-left:-0.2%;
	margin-right:-0.2%;
	margin-bottom:30px;
	overflow:hidden;
	}	
.thumb{
	position:relative;
	display:block;
	width:20%;
	padding:0.2%;
	font-size:0;
	cursor:pointer;
	float:left;
	}
.videoCont{
	position:relative;
	display:block;
	background-image:url('../images/videoBG.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	}
.VideoContainer {
    position:relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    z-index: 10000;
	max-width: 1540px;
	margin:0px auto;
	cursor:pointer;
	}
/*.VideoContainer::after{
	content:"";
	background-image:url('../../images/videoBG.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	opacity:0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1; 
	}*/
.videowrapper {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 28.1% !important;
    heigth: 0px;
    position: relative;
    z-index: 8999 !important;
	margin: 12px 0px 4px 0px;
	cursor:pointer;
	}
.videowrapper iframe, .videowrapper object, .videowrapper embed {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 8999 !important;
	border:none !important;
	}
.videoAnchore{
	position: absolute;
	height: 100px;
	width: 100px;
	top: -70px;
	}
.videoAnchor {
    position: absolute;
    height: 100px;
    width: 100px;
    top: -110px;
	}
@media(min-width:768px){
.girl{
	width:50%;
	left: -9px;
	}
}
@media(min-width:824px){
.girl{
	width:66%;
	/*margin-top:35%;*/
	left: -17px;
	}
.thumbnailBlock{
	display:block;
	}	
}
@media(min-width:1084px){
.girl{
	margin-top:0px;
	}
}
@media(min-width:1200px){
.girl{
	width:58%;
	left: -21px;
	margin-top:7%;
	}
.rightBlock{
	width:46%;
	}
}
@media(min-width:1300px){
.girl{
	width:55%;
	margin-top:0px;
	}
.rightBlock{
	width:45%;
	}
}
@media(min-width:1400px){
.girl{
	width:50%;
	}
.rightBlock{
	width:50%;
	}
.thumb{
	width:18%;
	}
}
@media(min-width:1500px){
.girl{
	width:45%;
	margin-top:0px;
	}
.rightBlock{
	width:55%;
	}
}
@media(min-width:1600px){
.girl{
	width:41%;
	}
.rightBlock{
	width:60%;
	}
}
