/*!
Theme Name: protec
*/

.video-wrap{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.video-wrap::before{
	content: "";
	width: 100%;
	display: block;
	padding-top: calc(379% / 6.3 );
}
.video-wrap iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.vr-sec-row .-col-img{
	flex-grow: 1;
}
.vr-sec-gallery .-col img,
.animation-sec-gallery .-col img{
	width: 100%;
}