/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.featshow__content__wrapper {
    padding: 72px 0 124px 0;
}

@media (max-width: 767px) {
    .featshow__nav {
        padding-top: 0;
        display: none;
}