.floor .m-txt {
	display: none;
}
.floor .loader {
	padding-top: 56.25%;
	pointer-events: none;
}
.floor_popup {
	display: none;
}


@media (max-width: 767px) {
	.floor .m-txt {
		display: block;
		margin-top: 50px;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
	}
	.floor .loader {
		margin-top: 10px;
		pointer-events: auto;
	}
	.floor_popup {
		display: none;
		position: fixed;
		top:0; right: 0; bottom: 0; left: 0;
		width: 100%; height: 100%;
		background-color: rgba(0,0,0,0.7);
		z-index: 9999;
		cursor: zoom-out;
	}
	.floor_popup .close {
		position: absolute;
		top: 20px; right: 20px;
		font-size: 25px;
		color: #fff;
		cursor: pointer;
		z-index: 1;
	}
	.floor_popup .floor_img {
		position: absolute;
		top: 50%; left: 50%;
		margin: auto;
		width: 100%;
		text-align: center;
		transform: translate(-50%, -50%);
	}
	.floor_popup .floor_img img {
		max-width: 80%;
	}
	
}


@media (max-width: 470px) {
	.floor_popup .floor_img img {
		max-width: 90%;
	}
	
}