﻿
.custom-top {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .custom-top {
        display: flex;
        flex-direction: column-reverse;
        /*justify-content: space-between;*/
    }

    .btn-area {
        max-width: 50%;
        height: 50px;
    }

    .video-detail #homeBannerIndicators {
        width: 100% !important;
    }

    .fill-rectangle {
        display: none;
    }

    .video-detail .m-home__banner-img {
        max-height: 48vw !important;
    }
}

.video-detail .home-banner-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.m-home__container {
    margin: unset;
    max-width: unset;
    width: 100%;
}

.video-detail #homeBannerIndicators {
    width: 70%;
}

.video-detail .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #514543;
}

.video-detail .carousel-indicators {
    gap: 15px;
    margin-bottom: unset;
    bottom: -30px;
}

    .video-detail .carousel-indicators .active {
        background: var(--bg-main-color);
    }

.video-detail .home-banner {
    max-height: 100%;
}

.video-detail .carousel-item {
    /* height: 600px; */
}

.video-detail .m-home__banner-img {
    max-height: 600px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.video-detail .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex !important;
    align-items: center;
}

.fill-rectangle {
    width: 10%;
    background-color: #b3b3b3;
}
