.section-video-lifestyle .row {
    display: flex;
}
.section-video-lifestyle {
    margin: 4em 0
}
.section-video-lifestyle .lifestyle-image {
    position: relative; 
    display:flex; 
    justify-content: center; 
    align-items: center; 
    flex: 1 0 60%;
    gap:0.5em;
    background-position: center;
    background-repeat: no-repeat;
}
.section-video-lifestyle .lifestyle-image img {
    object-fit: cover;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    max-width: 100%;
}
.section-video-lifestyle .lifestyle-video h2,
.section-video-lifestyle .lifestyle-image h2 {
    margin: 0 0 1em;
    font-weight: 500;
}
.section-video-lifestyle .lifestyle-image-overlay {
    background-color: rgb(0,0,0,0.6);
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
}
.section-video-lifestyle .lifestyle-image p,
.section-video-lifestyle .lifestyle-video p {
    font-weight: 400;
    color: white;
    text-align: center;
    font-size: 14px;
    margin: 0;
}
.section-video-lifestyle .lifestyle-image a:hover,
.section-video-lifestyle .lifestyle-video a:hover {
    color: white;
    background-color: #81191f;
}
.section-video-lifestyle .lifestyle-image a,
.section-video-lifestyle .lifestyle-video a {
    margin: 2em 0 0;
    background-color: white;
    padding: 12px 20px 10px;
    border: none;
    display: flex;
    font-weight: 700;
    align-items: center;
    border-radius: 32px;
    font-size: 14px;
    color:black;

    transition: all .2s ease-out;
}
.section-video-lifestyle .lifestyle-video {
    display:flex; 
    justify-content: center; 
    align-items: center; 
    flex: 1 0 40%;
}
.section-video-lifestyle .lifestyle-image .lifestyle-image-text {
    width: 70%; 
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    z-index: 3;
    color: white !important; 
    text-align: center; 
    font-weight: 700;
}

.section-video-lifestyle .lifestyle-video video {
    display: block; 
    object-fit:cover;
    height: 100%; 
    width: 100%;
    padding: 0 2em;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .section-video-lifestyle .lifestyle-image .lifestyle-image-text {
        width: 90%;
    }
}
@media screen and (min-width: 768px)
{
    .section-video-lifestyle .lifestyle-video-overlay {
        display: none;
    }
}
    

@media screen and (max-width: 767px)
{
    .section-video-lifestyle .lifestyle-image .lifestyle-image-text {
        width: 80%;
    }
    .section-video-lifestyle .lifestyle-image {
        display: none;
        padding: 6em 0;
    }
    .section-video-lifestyle .row {
        flex-direction: column;
    }
    .section-video-lifestyle .lifestyle-video {
        position: relative;
    }
    .section-video-lifestyle .lifestyle-video-overlay {
        background-color: rgb(0,0,0,0.2);
        width: 100%;
        height: 100%;
        z-index: 2;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section-video-lifestyle .lifestyle-video video {
        padding: 0;
    }
    .section-video-lifestyle .lifestyle-video .lifestyle-video-text {
        width: 80%; 
        height: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        z-index: 3;
        color: white !important; 
        text-align: center; 
        font-weight: 700;
    }
    .section-video-lifestyle .lifestyle-video a {
        margin-top: 2.5em;
    }
}