.ms-fullscreen-template{
	padding-top:110px;
	height:100vh !important;
}

.master-slider{
	height:100%;
	background-color:#000;
}
.master-slider.ms-fullheight{height: 100%;}

.ms-fullscreen-template .slider-link{
	display:block;
	width: 100%;
	height: 100%;
	z-index: 8;
	position: absolute;
	top: 0;
}

.slide-video{
	padding-top:65px;
	cursor:pointer;
}

@media screen and (orientation:portrait) and (max-width:800px){
	.ms-fullscreen-template{
		padding-top:0px;
		height:45vh !important;
	}
	.slide-video{
		padding-top:0px;
	}
}
@media screen and (orientation:portrait) and (max-width:767px){
	.ms-fullscreen-template{
		height:30vh !important;
	}
	.ms-skin-default .ms-nav-next,
	.ms-skin-default .ms-nav-prev {
		transform: scale(0.7);
	}
	.ms-skin-default .ms-nav-next {
		right:5px;
	}
	.ms-skin-default .ms-nav-prev {
		left:5px;
	}
}
@media screen and (orientation:portrait) and (max-width:400px){
	.ms-fullscreen-template{
		height:37vh !important;
	}
}
@media screen and (orientation:portrait) and (max-width:359px){
	.ms-fullscreen-template{
		height:32vh !important;
	}
}