body {
	background-color: #DEA5A4;
}

.content-wrap {
	position: relative;
	padding: 30px 0;
}

#header {
	position: relative;
}

#wrapper {
	position: relative;
}

#content {
	position: relative;
}

.center-vertically {
    display: flex;
    align-items: center;
    justify-content: center;
}

video {
	max-width: 1024px;
	height: auto;
}

@media (max-width: 1199px) and (min-width: 576px){
	video {
		max-width: 85%;
		height: auto;
	}
}

@media (max-width: 575px) {
	video {
		max-width: 100%;
		height: auto;
	}
}