@media screen and (max-width: 1200px) {

    .section.h-hard.spotlight {
        height: auto !important;
        min-height: 0 !important;
        margin-bottom: 50px !important;
        padding-bottom: 50px !important;
        overflow: visible !important;
    }

    .section.h-hard.spotlight .spotlight-inner {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    .section.h-hard.spotlight .spotlight-content {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

}