@charset "UTF-8";
/* CSS Document */

.hide-mobile{
	display: none;
}

@media screen and (max-width: 599px) {
	.wp-block-cover.is-light {
		height: 290px !important;
		min-height: 199px !important;
	}
	.wp-block-cover.is-light img {
		height: 100%;
		object-fit: contain;
	}
	main.wp-block-group {
		margin-top: -95px !important;
	}
}
@media screen and (max-width: 467px) {
	.wp-block-cover.is-light {
		height: 190px !important;
		min-height: 100px !important;
	}
}

@media screen and (max-width: 399px) {
	.wp-block-cover.is-light {
		height: 160px !important;
		min-height: 100px !important;
	}
}