/home/techb158/l2hypotheques.com/wp-content/themes/pylon/assets/sass
Edit: /home/techb158/l2hypotheques.com/wp-content/themes/pylon/assets/sass/_video.scss (2708B)
.video-one {
&__box {
background-color: #0c2139;
width: 100%;
position: relative;
border-radius: $border-radius;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-bottom: -244px;
position: relative;
z-index: 10;
padding-top: 130px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 110px;
@media(max-width: 575px) {
padding-top: 90px;
padding-bottom: 70px;
}
&-bg {
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.2;
position: absolute;
filter: grayscale(100%);
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: hard-light;
background-position: center center;
border-radius: $border-radius;
}
}
&__btn {
width: 100px;
height: 100px;
background-color: $thm-base;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 20px;
color: #fff;
border-radius: $border-radius;
position: relative;
transition: all 500ms ease;
&:hover {
background-color: #fff;
color: $thm-black;
}
&::before {
content: "";
position: absolute;
top: -15px;
bottom: -15px;
left: -15px;
right: -15px;
border: 1px solid rgba(#fff, 0.1);
border-radius: $border-radius;
}
}
h3 {
text-align: center;
color: #fff;
margin: 0;
max-width: 747px;
margin-left: auto;
margin-right: auto;
width: 100%;
font-size: 60px;
font-weight: 400;
margin-top: 60px;
@media (max-width: 767px) {
font-size: 32px;
}
}
}
.video-two {
background-color: #0c2139;
position: relative;
padding-bottom: 110px;
padding-top: 135px;
&__bg {
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.2;
position: absolute;
filter: grayscale(100%);
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: hard-light;
background-position: center center;
border-radius: $border-radius;
background-attachment: fixed;
}
.container {
position: relative;
}
.video-one__btn {
margin-left: auto;
margin-right: auto;
}
h3 {
text-align: center;
color: #fff;
margin: 0;
max-width: 747px;
margin-left: auto;
margin-right: auto;
width: 100%;
font-size: 60px;
font-weight: 400;
margin-top: 60px;
@media (max-width: 767px) {
font-size: 32px;
}
}
}