@media screen and (max-width: 782px) {

    .learn-press-dropdown-pages {
        .select2-container {
            vertical-align: top;
            .select2-selection--single {
                height: 31px;
            }
        }
        .select2-selection__rendered {
            line-height: 31px !important;
        }
    }

    #learn-press-advertisement {
        margin: 0 12px;
        padding-bottom: 0;
        .slider-controls {
            bottom: 40px;
        }
    }
}