@media (max-width: 600px) {
	.show-for-small {
		display: none !important;
	}
}
@media (max-width: 782px) {
	.show-for-medium {
		display: none !important;
	}
}
@media (max-width: 960px) {
	.show-for-large {
		display: none !important;
	}
}
@media (max-width: 1280px) {
	.show-for-wide {
		display: none !important;
	}
}
@media (max-width: 1440px) {
	.show-for-huge {
		display: none !important;
	}
}
.image {
	overflow: hidden;
	position: relative
}
.image button {
		background-color: #fff;
		position: absolute;
		right: 20px;
		top: 20px;
	}
.alignfull .image,
[data-align="full"] .image {
	border-radius: 0;
}
.image-wrapper,
.entry-content > .image-wrapper {
	margin: 0
}
.image-wrapper .dam-image::before, .entry-content > .image-wrapper .dam-image::before {
			content: "";
			display: block;
			padding-top: 49.5%;
		}
.image-wrapper .dam-image button, .entry-content > .image-wrapper .dam-image button {
			background-color: #fff;
			position: absolute;
			right: 20px;
			top: 20px;
		}
.image-wrapper .dam-image img,
		.image-wrapper .dam-image video,
		.entry-content > .image-wrapper .dam-image img,
		.entry-content > .image-wrapper .dam-image video {
			height: 100%;
			left: 0;
			-o-object-fit: cover;
			   object-fit: cover;
			position: absolute;
			top: 0;
			width: 100%;
		}
.image-wrapper .caption, .entry-content > .image-wrapper .caption {
		color: var(--color-grey-700);
		font-size: var(--teft-typography-xxs);
		margin: 8px 0;
	}
.entry-content > .image {
	margin-top: var(--hellvik-theme-negative-block-margin);
}
.insignia-video {
	align-items: flex-end;
	background: linear-gradient(180deg, rgba(0, 21, 0, 0) 31.57%, #001500 100%);
	display: flex;
	height: 95vh;
	justify-content: center;
	overflow: hidden;
	padding: 56px;
	position: relative;
	text-align: center
}
.insignia-video .insignia-video-inner h1,
		.insignia-video .insignia-video-inner h2,
		.insignia-video .insignia-video-inner p {
			color: #fff;
			margin: 0;
		}
.insignia-video .insignia-video-inner h2 {
			font-size: var(--teft-typography-lg);
			margin-bottom: 12px;
		}
.insignia-video .insignia-video-inner p {
			font-family: var(--teft-typography-heading-font-family);
			font-size: var(--teft-typography-sm);
		}
.insignia-video .insignia-video-inner button {
			background: transparent;
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDE2LjVMMTYgMTJMMTAgNy41VjE2LjVaTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyQzIgMTcuNTIgNi40OCAyMiAxMiAyMkMxNy41MiAyMiAyMiAxNy41MiAyMiAxMkMyMiA2LjQ4IDE3LjUyIDIgMTIgMlpNMTIgMjBDNy41OSAyMCA0IDE2LjQxIDQgMTJDNCA3LjU5IDcuNTkgNCAxMiA0QzE2LjQxIDQgMjAgNy41OSAyMCAxMkMyMCAxNi40MSAxNi40MSAyMCAxMiAyMFoiIGZpbGw9IiNGM0MzMkIiLz4KPC9zdmc+Cg==);
			background-position: center right;
			background-repeat: no-repeat;
			border: 0;
			color: var(--color-yellow);
			cursor: pointer;
			font-size: var(--teft-typography-xxxs);
			letter-spacing: 0.1em;
			margin-top: 24px;
			padding: 4px 30px 4px 0;
			text-transform: uppercase
		}
.insignia-video .insignia-video-inner button:hover {
				color: #fff;
			}
.insignia-video video {
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		width: 100%;
	}
.insignia-video .image-wrapper {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
	}
.insignia-video .insignia-video-modal {
		align-items: center;
		background: rgba(0, 0, 0, 0.8);
		display: none;
		height: 100vh;
		justify-content: center;
		left: 0;
		padding: 20px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99
	}
.insignia-video .insignia-video-modal .insignia-video-modal__inner {
			max-width: 1100px;
			position: relative;
			width: 100%
		}
.insignia-video .insignia-video-modal .insignia-video-modal__inner::before {
				content: "";
				display: block;
				padding-top: 56.2%;
			}
.insignia-video .insignia-video-modal .insignia-video-modal__inner iframe {
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}
.insignia-video .insignia-video-modal .insignia-video-modal__inner button {
				background: transparent;
				border: 0;
				color: #fff;
				cursor: pointer;
				font-size: 27px;
				font-weight: 500;
				letter-spacing: 0.1em;
				padding: 0;
				position: absolute;
				right: 0;
				text-transform: uppercase;
				top: -40px;
			}
.insignia-video.active .insignia-video-modal {
		display: flex;
	}

