

/*==== Slider ====*/

#slider { clear: both; display: block; float: left; line-height: normal; margin: 0; padding: 0; width: 100%; }
#slider img { max-width: 100%; }


/** 
    * Header Top Absolute Position Fix
*/

.slider-absolute #slider { margin-top: calc(-1 * var(--header-height)); }