.logo-img{
    width: 80px;
    height: 80px;
}

.m-height-custom{
    max-height: 350px;
    object-fit: cover;
}
.overlay.overlay-op-8:hover:before, .overlay.overlay-op-8.overlay-show:before, .overlay.overlay-op-8.show:before{
    opacity: 0.2;
}
.custom-text-1{
    font-size: 200px !important;
}
@media screen and (max-width:768px){
    .logo-img{
        width: 40px;
        height: 40px;
    }
	.text-custom-lyh{
		font-size:100px !important;
	}
}

.preloader{
	position:fixed;
	width:100%;
	z-index:9999;
	background:#fff;
	height:100%;
	top:0;
	left:0;
	
    display: flex;
    align-items: center;
    justify-content: center;

	
}