header{
	background: rgba(65,52,94,0.4);
}
html,body{
        position: fixed;
        overflow: hidden;
        width: 100%;
}
#bg-video{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0px;
	right: 0;
	z-index: -10;
	width: 117%;
	height: 103%;
	object-fit: cover;
	object-position: center;
}
.body-content{
	height: calc(100% - 280px);
}
.header-margin{
	background: transparent;
}
.home-block{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.5);
	z-index: -1;
}
.block{
	width: 50%;
	height: 100%;
	float: left;
	background: rgba(65,52,94,0.4);
}
.left-block{
	border-right: 1px solid rgba(255,255,255,0.5);
}
.full-height{
	height: 100%;
}
.title-box{
	width: 100%;
}
.title{
	letter-spacing: 8px;
}
.video-mask{
	background: rgba(255,118,255,0.2);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -9;
}
#right-block:hover .title,
#left-block:hover .title{
	transform: translateY(-50%);
	
}
#right-block:hover .visa-viewmore,
#left-block:hover .visa-viewmore{
	transform: translate(-50%, 60%);
	opacity: 1;
}
.block-hover{
	background: transparent;
}
@media (max-width: 1366px){
	.body-content {
	    height: calc(100% - 240px);
	}
}
@media (max-width: 768px){
/*	.body-content{
		height: calc(100% - 210px);
	}*/
	.left-block{
		width: 100%;
		height: 50%;
		border-right: unset;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.right-block{
		width: 100%;
		height: 50%;
	}
	.full-height .col-6{
		width: calc(100% - 15px);
		height: 50%;
	}
}
@media (max-width: 550px){
	.body-content {
	    height: calc(100% - 150px);
	}
	.home-block{
		z-index: 0;
	}
	.full-height .col-6{
		z-index: 100;
	}
}