@media screen and (max-width: 1080px) {
	.hero {
		background-image: none !important;
		background-position: center;
	}

	.hero::after {
		content: "";
		top: 0;
		right: 0;
		left: 0;
		max-width: 1366px;
		min-height: 440px;
		background: url("../images/hero-mobile.jpg") no-repeat center center / cover;
		display: block;
		position: absolute;
	}
}

@media screen and (min-width: 1081px) {
	.hero {
		min-height: 640px;
		display: flex;
		align-items: center;
	}
}

.hero .hero-inner {
	z-index: 5;
	width: 100%;
	text-align: center;
	position: relative;
}

@media screen and (min-width: 1081px) {
	.hero .hero-inner {
		text-align: left;
	}
}

.hero .jasmin-academy-logo {
	margin-bottom: 250px;
}

@media screen and (min-width: 1081px) {
	.hero .jasmin-academy-logo {
		margin-bottom: 20px;
	}
}

.hero .jasmin-academy-logo img {
	max-width: 178px;
}

@media screen and (min-width: 1081px) {
	.hero .jasmin-academy-logo img {
		max-width: 100%;
	}
}

.hero .hero-content {
	margin: 0 -1.5rem !important;
	background-color: transparent;
	background-image: linear-gradient(180deg, #c0000000 1%, #c00000 29%);
}

@media screen and (min-width: 1081px) {
	.hero .hero-content {
		margin: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		background-image: none;
	}
}

.hero .hero-rows {
	justify-content: center;
}

@media screen and (min-width: 1081px) {
	.hero .hero-rows {
		justify-content: flex-start;
	}
}

.hero .hero-rows img {
	display: block;
}

.hero .wp-block-buttons {
	justify-content: center;
}

@media screen and (min-width: 1081px) {
	.hero .wp-block-buttons {
		justify-content: flex-start;
	}
}

.hero .wp-block-buttons .wp-block-button {
	width: 100%;
}

@media screen and (min-width: 1081px) {
	.hero .wp-block-buttons .wp-block-button {
		width: auto;
	}
}
