.backdrop-section {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1920px) {
	.backdrop-section {
	}
}

@media (min-width: 1920px) {
	.backdrop-section {
		height: 1100px;
	}
}