.no-line::before {
    position: unset;
}

.hero__bg.ytVideoBg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125%;
    height: 140%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px){
    .hero__bg.ytVideoBg{
        height:100%;
        width:190vh;
    }
}

.hero.big .hero__bg picture {
    opacity: 0;
    transition: opacity 1.25s ease-out; /* Transition effect, adjust duration and timing function as needed */
}

.hero.big .hero__bg.active picture {
    opacity: 1;
}

.hero__bg picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.article__inner-image picture>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.story__inner h6 a{
    color: #A9ACB5;
}

.hero.big .hero__bg.ytVideoBg{
    opacity: 1;
}

.galleryItem__inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transition: .3s ease;
}

ul li, ol li {
    list-style: revert;
    margin-left: 30px;
}

.nav__inner li {
    list-style: none !important;
    margin-left: 0;
}