.galleryImg .img {
    height: 113.5px;
    width: 100%;
    background-size: cover;
    background-position-y: -50px;
}

.video-footer {
    padding-bottom: 30px;
}

.video-landing-container {
  height: 100vh;
}   

.playBtn img:hover {
    max-width: 110%;
}

.explore-now-link:hover {
    text-decoration: none;
}

/*.footerText .textA, .footerText .textB {
    text-align: left;
}*/

@media (max-width: 767px) {
    .galleryImg .img {
        height: 150px;
    }
}

@media (min-width: 1024px) {
    .navigation>ul>li>a:hover {
        color: var(--red);
    }

    .navigation>ul>li>a {
        font-weight: 400;
    }
}