/* start banner */

#wrapper-text-banner {
    display: flex;
    flex-direction: column;
    bottom: 15%;
    left: 10%;
}

@media (max-width: 576px) {
    .img-banner {
        width: 100%;
        height: 350px;
        object-fit: cover;
        /* object-position: 85%; */
    }

    #wrapper-text-banner {
        bottom: 8%;
        left: 5%;
    }

    #wrapper-text-banner p {
        margin-bottom: 0px !important;
    }
}

/* end banner */

/* start mansory image */
.grid:after {
    content: "";
    display: block;
    clear: both;
}

.grid-sizer,
.grid-item {
    width: 33.333%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

/* end mansory image */

/* start img vehicle detail mobile */

.img-box {
    width: 100%;
    padding-bottom: 90%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 1;
    cursor: pointer;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 0px;
}

.img-box.active,
.img-box:hover {
    opacity: 1;
}

.img-box-big {
    width: 100%;
    height: 345px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    float: left;
    position: relative;
}

/* end img vehicle detail mobile */

/* start img vehicle hover */

.img-vehicle {
    transition: 2s;
}

.img-vehicle-wrapper:hover .img-vehicle {
    transform: scale(1.1);
}

.img-vehicle-overlay {
    background-color: black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    width: 100%;
    height: -webkit-fill-available;
    opacity: 0;
    transition: 0.5s ease;
}

.img-vehicle-wrapper:hover .img-vehicle-overlay {
    opacity: 0.4;
}

.img-vehicle-desc {
    color: white;
    font-size: 20px;
    font-weight: 500;
    opacity: 0;
    top: 0;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    padding: 0px 15px;
}

.img-vehicle-wrapper:hover .img-vehicle-desc {
    opacity: 1;
}

@media (max-width: 576px) {
    .img-vehicle-desc {
        left: 0px;
        font-size: 16px;
    }

    .wrapper-price-list-mobile .img-vehicle {
        height: 250px;
    }
}

@media (max-width: 322px) {
    .wrapper-price-list-mobile .img-vehicle {
        height: 220px;
    }
}

/* end img vehicle hover */

.wrapper-yt iframe,
.wrapper-yt p iframe {
    width: 639px !important;
    height: 360px !important;
}

@media (max-width: 576px) {
    .wrapper-yt iframe,
    .wrapper-yt p iframe {
        width: 100% !important;
        height: 210px !important;
    }
}
