.crew-scroll-slider-container {

	.crew-scroll-slider-slide {
		position: relative;
		height: 100vh;
		overflow: hidden;

		.panel {
			position: absolute;
			top: 0;
			height: 100%;
			width: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 40px;
			font-weight: bold;
		}
	}
}