
.image-container {
display:block;
}
.image-container-mobile {
	display: none;
}		
 
/*@media only screen and (max-width: 1023px) */
@media only screen and (max-width: 600px) 
{
	.image-container {
		display: none !important;
	}

	.image-container-mobile {
		display: block !important; 
	}
		.image-container-mobile img {
			object-fit: fill !important;
			width: 100%;
			/*height:95vh;*/
			/*height: 84vh;*/
		}

	.homebanner-wrap .msg-wrap__headline {
		padding-top: 160px !important;
	}

	.homebanner-section .homebanner-wrap {
		/*height: 98vh !important;*/
		height: unset !important;
	}

	.homebanner-section .homebanner-wrap__img {
		/*height: 95vh !important;*/
	}
}