

@media(max-width: 500px){
	.home-v2__banner{
		background-color: #0539b6;
		height: 100dvh !important;
	}
	.home-v2__banner .wrapper .item .image img{
		width: 100%;
		height: calc(100% - 155px);
		object-fit: cover;
		opacity: 1;
		padding-top: 155px;
		aspect-ratio: 4 / 9;
	}
}