.preloader {
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.mb_preloader {
    display: none;
}

.mb_preloader .os-phrases h2, .mb_preloader .os-phrases h2 span {
    font-size: 24px !important;

}

.mb_preloader .os-phrases h2:nth-child(1) .word3,
.mb_preloader .os-phrases h2:nth-child(2) .word2,
.mb_preloader .os-phrases h2:nth-child(4) .word2,
.mb_preloader .os-phrases h2:nth-child(5) .word1 {
    font-weight: 600 !important;
}

.os-phrases {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;

}

@media (max-width: 767px) {
	
	.word1, .word1 span, .os-phrases h2 {
        font-size: 10px !important;
        letter-spacing: 0px !important;
    }
	
	
}