
@media screen and (min-width:1025px) {
	.ymir-hide-desktop {
		display: none !important;
	}
}

@media screen and (min-width:768px)and (max-width:1024px) {
	.ymir-hide-tablet {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.ymir-hide-mobile {
		display: none !important;
	}
}
