@import "slick.css";
@import "slick-theme.css";

.visual .img {
	width: 100%;
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.visual #dots {
	position: absolute;
	width: 100%;
	bottom: 15px;
	text-align: center;
	z-index: 20;
}

.visual .dot {
	transition: .3s;
	cursor: pointer;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: white;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
}

.visual .dot:hover {
	box-shadow: 0 0 5px 0 #CCCCCC;
}

.visual .dot.active {
	background: #CCCCCC;
}

.visual .text {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (width < 768px){
	.visual .text {
		padding-inline: 35px;
	}
}

@media (width < 576px){
	.visual .text {
		padding-inline: 75px;
	}
}

.visual .text .subtitle {
	margin-top: 20px;
}

.visual .text * {
	color: white;
}

.fader-holder,
.buro26_slider {
	position: relative;
	height: 400px;
	overflow: hidden;
}

.fader-holder .img {
	position: absolute;
	height: 400px;
	z-index: 10;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.buro26_slider .img {
	z-index: 10;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.buro26_slider .arrow,
.fader-holder .arrow {
	position: absolute;
	margin: auto 0;
	font-size: 50px;
	height: 20px;
	top: 0;
	bottom: 0;
	left: 10px;
	cursor: pointer;
	z-index: 20;
	color: white;
	text-shadow: 1px 1px black;
	font-weight: bold;
	transition: .3s;
	line-height: 0px;
}


.buro26_slider .arrow:hover,
.fader-holder .arrow:hover {
	color: #E3E3E3;
}

.buro26_slider .arrow-left,
.fader-holder .arrow-left {
	display: none;
}

.buro26_slider .arrow-right,
.fader-holder .arrow-right {
	right: 10px;
	left: auto;
}

#video {
	max-width: 100%;
	height: 550px;
	overflow: hidden;
}

#vimeo {
	position: relative;
	width: 100%;
	height: 500px;
	background: black;
}

#vimeo-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#video.mp4 video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#video .thumb,
#vimeo .thumb {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	z-index: 1;
	object-fit: cover;
}

#video .btn-play,
#vimeo .btn-play {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: calc(50% - 30px);
	height: 60px;
	width: 60px;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z'/%3E%3C/svg%3E");
	filter: invert(1);
	cursor: pointer;
}

#video iframe {
	height: 100%;
	width: 100%;
}

@media (max-width: 992px) {
	#video {
		height: 400px;
	}
}

@media (max-width: 767px) {
	#video {
		height: 300px;
	}
}

@media (max-width: 576px) {
	#video {
		height: 200px;
	}
}
