
/* Silder overrides > If 4 buttons are to be displayed, remove the left margin on the button-group container */
.slider .button-group { margin-left: 0 !important;}

/* Silder overrides > Help the mobile view experience */
@media only screen and (max-width: 767px) {
    .slider .button-group { padding: 0 !important;}
    .slider .stock-quotes { bottom: 10px !important; }
}

