File: /home/z/w/a/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/assets/sass/shortcodes/_video.scss
.thim-sc-video {
.background-video {
position: relative;
padding: 150px 0px 525px;
.cover-image {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
}
.icons {
position: relative;
text-align: center;
color: #ffffff;
z-index: 4;
.title {
color: #ffffff;
font-size: 52px;
font-weight: 600;
line-height: 62px;
max-width: 650px;
margin: 0 auto 50px;
}
.video-play {
width: 54px;
height: 54px;
text-align: center;
color: #ffffff;
font-size: 24px;
line-height: 54px;
border-radius: 50%;
display: inline-block;
margin-right: 10px;
cursor: pointer;
&:before {
line-height: 54px;
}
}
.text-icon {
font-size: 18px;
}
}
}
video {
position: absolute;
right: 0;
min-width: 100%;
min-height: 100%;
max-height: 1000%;
max-width: 1000%;
width: auto;
height: auto;
top: 0;
left: 0;
z-index: 1;
}
}