.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    z-index: -100;
}

.custom-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    background: linear-gradient(to top, #000, transparent 90%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .hero {
        height: 100vh;
    }

    .custom-video,
    .news-detail-image {
        object-fit: cover;
        width: 100vw;
        height: 100vh;
    }

    .sticky-wrapper {
        position: relative;
        bottom: 76px;
    }
}

.heroText {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
}

@media (width:1280px) {
    .heroText {
        position: absolute;
        z-index: 9;
        top: 31%;
        left: 70%;
        transform: translate(-50%, -50%);
        width: 85%;
        text-align: center;
    }

    .heroText h1 {
        color: #FFFFFF;
        font-family: "Roboto", Sans-serif;
        font-size: 45px;
        font-weight: 600;
        font-size: 37px;
    }
}

@media (max-width:767px) {

    h1,
    .entry-content h1 {
        font-size: 18px !important;
        color: #fff;
        font-weight: 600;
    }

    .heroText {
        position: absolute;
        z-index: 9;
        top: 12% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        width: 85%;
        text-align: center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    h1,
    .entry-content h1 {
        font-size: 25px !important;
        color: #fff;
    }

    .heroText {
        position: absolute;
        z-index: 9;
        top: 31%;
        left: 70% !important;
        transform: translate(-50%, -50%);
        width: 85%;
        text-align: center;
    }
}

@media only screen and (min-device-width: 1281px) and (max-device-width: 1920px) {

    h1,
    .entry-content h1 {
        font-size: 38px;
        color: #fff;
    }

    .heroText {
        position: absolute;
        z-index: 9;
        top: 31%;
        left: 70%;
        transform: translate(-50%, -50%);
        width: 85%;
        text-align: center;
    }
}

@media only screen and (max-device-width: 1280px) {

    h1,
    .entry-content h1 {
        font-size: 31px;
        color: #fff;
    }

    .heroText {
        position: absolute;
        z-index: 9;
        top: 30%;
        left: 68%;
        transform: translate(-50%, -50%);
        width: 85%;
        text-align: center;
    }
}

.recent-movie {
    width: 100%;
    display: flex;
}

.video_wrapper {
    margin: 20px;
}

.recent-movie-trailer {
    width: 100%;
    display: flex;
}

.trailer-video {
    width: 50%;
}

.trailer-content {
    width: 50%;
    padding: 20px;
}

h2.elementor-heading-title.elementor-size-default.t-text {
    color: #FF934E;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}

h3.elementor-heading-title.elementor-size-default.t-text {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}

.elementor-text-editor.elementor-clearfix.t-text {
    color: #fff;
}

@media (max-width:767px) {
    .recent-movie-trailer {
        width: 100%;
        display: block;
    }

    .trailer-video {
        width: 89%;
    }

    .trailer-content {
        width: 100%;
    }

    .recent-movie {
        width: 100%;
        display: block;
    }

    .video_wrapper {
        width: 89%;
    }

    h2.elementor-heading-title.elementor-size-default.t-text {
        font-size: 18px;
        text-align: center;
    }

    h3.elementor-heading-title.elementor-size-default.t-text {
        font-size: 18px;
        text-align: center;
    }

    .elementor-button-wrapper.trailer-btn {
        justify-content: center;
        display: flex;
    }
}

@media only screen and (min-device-width: 1921px) and (max-device-width: 4000px) {

    h1,
    .entry-content h1 {
        font-size: 50px;
        color: #fff;
    }

    .heroText {
        position: absolute ;
        z-index: 9 ;
        top: 31% ;
        left: 70% ;
        transform: translate(-50%, -50%) ;
        width: 85% ;
        text-align: center ;
    }
}