/**
* Layers DevKit Custom Mobile CSS
*/
@media only screen and (max-width: 375px){
	.sfm-mobile #sfm-sidebar.sfm-compact-header .sfm-logo img {
    max-height: 150px;
	position: relative;
    left: -55px;
    margin-bottom: -50px;
    top: -40px;
}

.home .uvc-heading.ultimate-heading-26825a807cd7ae8af h1 {
    font-size: 48px !important;
    line-height: 54px !important;
}

a#slide-21-layer-6 {
    color: #FFFFFF !important;
}

header.l-header.shadow_thin.logopos_right.pos_fixed.bg_solid {
    display: none;
}
}