#main-container {
	background: url('/assets/img/stories/img_background_desktop.png') no-repeat;
	background-size: cover;
}

body {
	background-color: #c7f1ff !important;
}

.h-100-custom {
	height: 100%;
}

@media screen and (max-width: 1400px) {
	.h-100-custom {
		height: auto !important;
	}

	.shade {
		left: initial;
		bottom: calc(50% - 173px);
		width: auto;
	}
}
