.inx_video,
.inx_video__wrapper {
    min-height: 700px;
}

.inx_video {
    background-size: cover;
}

.inx_video__wrapper {
    padding: 90px 100px;
    color: #fff;
    position: relative;
}

.inx_video__content__top__title {
    font-family: RF Dewi Expanded;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.inx_video__content__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inx_video__content__bot__text {
    font-family: RF Dewi;
    font-size: 24px;
    line-height: 1.4;
}

.inx_video__time {
    position: absolute;
    top: 90px;
    right: 115px;
}

.inx_video__time__wrapper {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(6px);
    display: inline-flex;
    padding: 7px 15px;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}


@media (max-width: 1499px) {
    .inx_video__wrapper {
        padding: 75px 80px;
    }

    .inx_video, .inx_video__wrapper {
        min-height: 500px;
    }

    .inx_video__content__top__title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .inx_video__content__bot__text {
        font-size: 18px;
    }

    .inx_video__time {
        top: 80px;
        right: 80px;
    }
}

@media (max-width: 1200px) {
    .inx_video, .inx_video__wrapper {
        min-height: 400px;
    }

    .inx_video__content__top__title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .inx_video__content__bot__text {
        font-size: 16px;
    }

    .inx_video__time {
        top: 60px;
        right: 60px;
    }

    .inx_video__wrapper {
        padding: 50px 58px 55px;
    }
}

@media (max-width: 960px) {
    .inx_video__time {
        top: 40px;
        right: 40px;
    }
}

@media (max-width: 767px) {
    .inx_video, .inx_video__wrapper {
        min-height: 650px;
    }

    .inx_video {
        background-position: center;
    }

    .inx_video__time {
        display: none;
    }

    .inx_video__wrapper {
        padding: 35px 30px;
    }

    .inx_video__content__top__title {
        text-align: center;
        margin-bottom: 25px;
    }

    .inx_video__content__top__btn,
    .inx_video__content__bot__text {
        text-align: center;
    }
}
