@media screen and (max-width: 991px) {
	.responsive-block{
		height: var(--block-height-mobile);
	}
}