body {
	overflow-x: hidden;
	margin: 0;
}

.container {
	max-width: 1080px;
	width: 100%;
	margin: auto;
}

#scroll-lock {
	background: linear-gradient(180deg, #0e61c7 0%, #123253 100%);
	overscroll-behavior: none;
	height: 100vh;
	position: relative;
	margin: 0 !important;
	max-width: unset !important;
	width: max-content;
}

.panel {
	display: flex;
	float: left;
	height: 100%;
	margin: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.panel figure {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.panel figure img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.panel:last-child {
	margin-right: 0px;
}

.panel__content {
	color: #ffffff;
	max-width: 400px;
}

.full {
	max-width: 100vw !important;
	width: 100vw !important;
}
