iframe {
	max-width: 100%;
}

body.overflow-hidden {
	overflow: hidden; height: 100vh;
}

#mobile-menu {
	max-height: calc(100vh - 110px); overflow: hidden auto; position: fixed; left: 0; width: 100%; top: 110px;
}

.sf-menu li.dropdown ul {
	max-height: calc(100vh - 120px); overflow: hidden auto; max-width: 100vw;
}

.fullwidth-section--video {
	background: transparent;
}

.banner-recording {
	position: absolute; top: 0; left: 50%;transform: translateX(-50%); height: 100%; width: 680px;max-width: 100%;object-position: center center; object-fit: cover;
}

.portfolio-grid--new {
	display: grid; grid-template-columns: 1fr 1fr; 
}

.portfolio-grid--new video {
	object-position: center center;object-fit: cover;
}

.portfolio-grid--new.two-cols .item {
	width: 100%;
}

.portfolio-grid--new .video-js {
	width: 100% !important; aspect-ratio: .75; height: auto !important;
}

.cookie-popup {
	position: fixed; bottom: 30px;left: 30px; background: #fff; border-radius: 16px; padding: 16px; display: grid; grid-template-columns: 1fr max-content; align-items: center; gap: 15px; width: 500px; box-sizing: border-box; border: 1px solid #333; transition: .4s; transform: translateX(-120%);
}

.cookie-popup--shown {
	transform: none;
}

.cookie-popup p {
	margin: 0;
}

.cookie-popup button {
	margin: 0;
}

@media screen and (max-width: 767px) { 
	.portfolio-grid--new {
		grid-template-columns: 100%;
	}

	.cookie-popup {
		left: 15px;max-width: calc(100vw - 30px);
	}
}