@media screen and (min-width: 1200px) {
    .car-finder-wrapper,
    .car-fitting-list-wrapper {
        width: 1120px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .section-seat-carousel .owl-carousel .item {
        padding-bottom: 15px;
        height: 320px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .section-seat-carousel .owl-carousel .item {
        padding-bottom: 10px;
        height: 370px;
    }
}

@media screen and (min-width: 1025px) {
    .modal-dialog {
        width: 550px;
    }
}

@media screen and (min-width: 768px) {
    h2 {
        margin-top: 0;
    }
}


@media only screen and (min-width: 425px) and (max-width: 767px) {
    .section-seat-carousel .owl-carousel .item {
        height: 330px;
    }

    .legend {
        text-align: center;
    }
}

@media screen and (max-width: 424px) {
    .modal-dialog {
        margin-top: 30px;
    }

    .section-seat-info .section-content {
        display: block;
        text-align: center;
    }

    .section-seat-carousel .owl-carousel .item {
        padding-bottom: 15px;
        height: 400px;
    }

    .section-seat-carousel .owl-carousel .owl-item img {
        width: 70%;
        margin: 0 15%;
    }

    .section-seat-info .redirect .btn {
        font-size: 20px;
    }

    .section-car-info .car-seven-seats {
        margin: 0 -20px;
    }

    .section-seat-info .selected-img-wrapper {
        width: 70%;
        margin: 0 15%;
    }

    .section-car-info .section-content {
        margin: 0;
    }

    .legend {
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    .section-car-info .section-content {
        margin: 0 -30px;
    }

    .legend {
        text-align: center;
    }
}
