﻿

.ld-smash-sales-new-to-smash {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

    .ld-smash-sales-new-to-smash > div {
        max-width: 400px;
        text-align: left;
        display: flex;
        gap: 30px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .ld-smash-sales-new-to-smash h2 {
        line-height: 1.2;
        padding: 0 10px;
    }

    .ld-smash-sales-new-to-smash div p {
        padding: 0 10px;
    }


.ld-smash-sales-new-to-smash video {
    max-width: 40vw;
    min-width: 300px;
    border-radius: 4px;
}
