        .video-container{
		margin-bottom:15px;
		background-color: #313a41;;
		color: #fff;
		height:auto;
	}
	.video-container div{
		color: #fff !important;
	}
	.video-container h2, .video-container h3{
		font-size:16px;
		height:58px;
		overflow:hidden;
	}
	.video-container a:hover h1, .video-container a:hover h2{
		color: #0278dc;
	}
	.video-container p{
		color: #0278dc;
		text-decoration:underline;
		font-size:17px;
		font-weight:bold;
		padding-bottom:15px;
		padding-top:30px;
	}
	.owl-carousel .owl-video-wrapper{
		height:50% !important;
	}
	.item-video{
		height:250px;
	}
        .owl-video-play-icon {
		position: absolute;
		height: 80px;
		width: 80px;
		left: 50%;
		top: 50%;
		margin-left: -40px;
		margin-top: -40px;
		background: url("../../../dist/assets/owl.video.play.png") no-repeat;
		cursor: pointer;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		transition: transform 100ms ease; 
	}
	.owl-video-play-icon:hover {
		-ms-transform: scale(1.3, 1.3);
		transform: scale(1.3, 1.3); 
	}
        
        .interna-video .video-container{
		height:550px;
	}
        
	