.videoBlok {
	display: block;
	height:225px;
	background-size:cover !important;
	background-position: center center !important;
}

.modal {
	background:#fff;
    z-index: 9999999;
}

.modal-content {
	box-shadow: none;
	border:0px;
}

.video-containert {
	padding-bottom:25px;
}

.close {
	font-size:40px;
}

.playBtn {
    display: block;
    position: relative;
    color: #fff;
    width: 100%;
    height:100%;
    text-align: center;
    font-size: 55px;
    padding-top:80px;
    background:rgba(0,0,0,0.4);
    margin: 0px auto !important;
}

.modal-header {
	border: 0px !important;
}

.modal-dialog {
	width:100%;
	max-width: 850px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}