.main-video {
	overflow:hidden;
}
.main-video__video{
	transform:translateY(0);
}
@media screen and (min-width:768px){

	.main-video {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 46.5%;		
	}
	.main-video__video {
		position: absolute;
		top: -12%;
		left: 0;
		width: 100%;
		border: 0;
		transition:all 1s linear;
	}
	.main-video__video_top_0 {
		top: 0;
	}
	.main-video__video_top_50 {
		top: -50%;
	}
	.main-video__video_centered{
		top:50%;
		transform:translateY(-50%);
		transition:none;
	}	
}

@media screen and (min-width:1920px) {
	.main-video {
		padding-bottom: 892px;
	}
}


.main-video__play {
	width:80px;
	height:80px;
	position:absolute;
	left:50%;
	top:50%;
	transform: translateY(-50%) translateX(-50%);
	background-image:url(assets/main-video/play.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	cursor:pointer;
	transition:all 0.2s ease;
	
}

.main-video__play:hover {
	width:84px;
	height:84px;
}




@media screen and (max-width:768px){
	.main-video__play {
		width:64px;
		height:64px;
	}
	.main-video__play:hover {
		width:68px;
		height:68px;
	}	
}

@media screen and (max-width:480px){

}
