.mask-main-image {
	position: absolute !important;
	width: 55%;
	max-width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	-webkit-mask-image: url(/wp-content/themes/alperia/media/img/mask-slide-desk.svg) !important;
	-webkit-mask-size: cover !important;
	-webkit-mask-position: center left !important;
	-webkit-mask-repeat: no-repeat;
}

.mask-main-image img{
	object-fit: cover;
	width: 100%;
	height: 100% !important;
}

@media screen and (max-width: 1210px) {
	.mask-main-image{
		position: relative !important;
		width: 100%;
		max-width: 100%;
		height: 100%;
		right: 0;
		top: 0;
		-webkit-mask-image: url(/wp-content/themes/alperia/media/img/mask-slide.svg) !important;
		-webkit-mask-size: cover !important;
		-webkit-mask-position: bottom left !important;
	}
	
	.mask-main-image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		-webkit-mask-image: none !important;
	}
}