.contact-img {
	width: 50vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	z-index: 25;
	pointer-events: none;
}

/*MOBILE*/
@media (max-width:600px) {
.contact-img {
	display: none;
}
}