.driving-style-big-banner {
    width: 398px;
    height: 375px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.driving-style-small-banner {
    width: 398px;
    height: 207px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.driving-style-potrait-banner {
    width: 398px;
    height: 600px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 576.5px) {
    .driving-style-big-banner {
        width: 100%;
        object-fit: cover;
        height: 150px;
    }

    .driving-style-small-banner {
        width: 100%;
        object-fit: cover;
        height: 150px;
    }

    .driving-style-potrait-banner {
        width: 100%;
        object-fit: cover;
        height: 490px;
    }
}

/* .social-media-grid{} */

.social-media-grid-sizer,
.social-media-grid-item {
    width: 23%;
}

.social-media-grid-item {
    float: left;
    margin-bottom: 16px;
    border-radius: 16px;
    height: auto;
    overflow: hidden;
}

@media (max-width: 576.5px) {
    .social-media-grid-sizer,
    .social-media-grid-item {
        width: 47%;
    }
}
