This commit is contained in:
@@ -270,6 +270,15 @@ header {
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
&.fitness-banner {
|
||||
background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
|
||||
url('/rss/img/fitness.jpg');
|
||||
padding: 180px 0px;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
&.kissing-banner {
|
||||
background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
|
||||
url('/rss/img/couple-kissing.jpg');
|
||||
@@ -323,8 +332,8 @@ footer {
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
width: 125px;
|
||||
height: 125px;
|
||||
width: 170px;
|
||||
height: 170px;
|
||||
border-radius: 50%;
|
||||
box-shadow: map-get($shadows, 2);
|
||||
object-fit: cover;
|
||||
@@ -701,6 +710,41 @@ section {
|
||||
color: #{map-get($colors, white)};
|
||||
}
|
||||
|
||||
.video-background{
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
height: 65vh;
|
||||
width: 100%;
|
||||
box-shadow: #{map-get($shadows, 2)};
|
||||
margin-top: 50px;
|
||||
|
||||
video{
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
transform: translate(-50%, -50%);
|
||||
z-index: -1;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.content{
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
color: white;
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
background-color: #0000007c;
|
||||
border-radius: 12px;
|
||||
padding: 25px 45px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.section-animation {
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user