.image-wrapper {
    position: relative;
    display: block;
}

.news-details__content:not(.ql-editor) ul,
.news-details__content:not(.ql-editor) ol {
    list-style-type: decimal;
}

.img1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90% !important;
    /* 10% smaller than the second image */
    height: 90% !important;
}

.img2 {
    width: 100% !important;
    height: 100% !important;
}

.mobile-nav__toggler img {
    width: 30px;
}

iframe {
    width: 100%;
    height: 56.25vw;
    max-height: calc(800px / 16 * 9);
}

.news-one__img:before {
    background: none;
}

.fullscreen-video-content h1 {
    text-shadow: 2px 2px 1px #000000;
}

.fullscreen-video-container {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: rgb(6, 65, 147);
}

.fullscreen-video-container video {
    opacity: 90%;
    width: 100%;
}

.fullscreen-video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.fullscreen-video-content h1 {
    font-size: 50px;
    color: var(--alipes-white);
    line-height: 57px;
    font-weight: 400;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    .fullscreen-video-container {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fullscreen-video-content h1 {
        font-size: 23px;
        color: var(--alipes-white);
        line-height: 25px;
        font-weight: 400;
        text-transform: uppercase;
    }
}

@media only screen and (min-width: 1200px) {
    .fullscreen-video-container video {
        max-width: 100%;
        height: auto;
    }
}

#cycler {
    position: relative;
}

#cycler img {
    position: absolute;
    z-index: 1;
}

#cycler img.active {
    z-index: 3;
}

/* ::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
} */