.fullscreen_image {
	height: 751px;
	margin: var(--padding) 0;
	background-size: cover;
	background-position: center;
}

@media (max-width: 767px) {
	.fullscreen_image {
		height: calc(100vh - 81px);
		margin: var(--padding-mobile) 0;
	}
}
