@charset "UTF-8";

#startVideoDialog {
    position: relative;
	width: 100%;
	height: 100%;
}
.startVideo {
	background-color: #000;
}
#startvid {
	object-fit: contain;
	position: relative;
}
.start-video-btn {
	position: absolute;
	bottom: 45px;
	right: 30px;
	display: block;
	width: 95px;
	height: 35px;
	background-color: #585858;
	opacity: 0.8;
	padding: 0.5em 0 0.5em 1em;
	vertical-align: middle;
	color: white;
	cursor: pointer;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

.modaal-container {
	max-width: 1920px;
}
.modaal-content-container {
	padding: 0;
}
.modaal-inner-wrapper {
	padding: 0;
}
.modaal-wrapper {
	overflow: hidden;
}
