

.banner-advanced {

	h1 {
		font-size: 48px;
	}

	.modal {
		background: rgba(255,255,255, .8);
		z-index: 100;
		transition: ease all 300ms;
	}

	img {
		object-fit: cover;
		height: 100% !important;
		width: auto !important;
		object-position: left;
	}

	.blue-element {
		top: 0;
		right: 0;
		height: 80%;
		width: 90%;
		background-color: #C5E5EC;
	}
}