.image-banner-block {
	position: relative;
	padding: 20px;
}
.image-banner-block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(20px);
}

.image-banner-block [data-content-type="sutunam_columncontent"]:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
.image-banner-block [data-content-type="sutunam_columncontent"]:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: rgba(21, 20, 19, 0.5);
	padding: 44px 30px 50px;
	backdrop-filter: blur(0);
}

.image-banner-block [data-content-type="sutunam_wysiwyg"] {
	text-align: center;
}

.image-banner-block [data-content-type="sutunam_wysiwyg"] * {
	color: #fff;
}

.image-banner-block [data-content-type="sutunam_columncontent"] [data-content-type="sutunam_wysiwyg"] h2 {
	margin-bottom: 21px;
	justify-content: center;
}

.image-banner-block [data-content-type="buttons"] {
	display: flex;
	justify-content: center;
}

.image-banner-block [data-content-type="button-item"] {
	margin-top: 20px;
	margin-bottom: 0;
	margin-right: 0;
}

.image-banner-block [data-content-type="button-item"] > div, 
.image-banner-block [data-content-type="button-item"] a {
	background-color: rgba(21, 20, 19, 0.5);
	border: solid 1px rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

.image-banner-block [data-element="link_text"] {
	color: #fff;
}

@media (min-width: 720px) {
	.image-banner-block {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		overflow: hidden;
		background-image: none;
	}

	.image-banner-block:before {
		content: none;
	}

	.image-banner-block [data-content-type="sutunam_columncontent"]:first-child {
		border-radius: 0;
	}
	.image-banner-block [data-content-type="sutunam_columncontent"]:last-child {
		position: absolute;
		margin: auto 220px;
		border-radius: 5px;
		backdrop-filter: none;
	}
	.image-banner-block[data-content-align='left'] {
		justify-content: left;
	}
	.image-banner-block[data-content-align='left'] [data-content-type="sutunam_columncontent"]:last-child {
		margin-left: 80px;
	}

	.image-banner-block[data-content-align='right'] {
		justify-content: right;
	}
	.image-banner-block[data-content-align='right'] [data-content-type="sutunam_columncontent"]:last-child {
		margin-right: 80px;
	}
}

@media (min-width: 1300px) {
	.image-banner-block .column-content-block:first-child, .image-banner-block .video-block {
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 0;
	}

	.image-banner-block .video-block {
		padding-bottom: 40%;
	}

	.image-banner-block .video-block img {
		position: absolute;
		object-fit: cover;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}

	.image-banner-block [data-content-type="sutunam_columncontent"]:last-child {
		margin: 0;
		padding: 40px;
		width: 540px;
	}

	.image-banner-block [data-content-type="sutunam_columncontent"] [data-content-type="sutunam_wysiwyg"] h2 {
		margin-bottom: 28px;
	}

	.image-banner-block [data-content-type="sutunam_columncontent"] [data-content-type="button-item"] {
		margin-top: 26px;
	}
}