/* merge this */
.quarter {

line-height: 1.1
}

body {
	    -webkit-font-smoothing: antialiased;
	     -moz-osx-font-smoothing: grayscale;
	     text-rendering: optimizeLegibility;
		     font-optical-sizing: auto;
		leading-trim: both;
text-edge: cap;

}


	@media screen and (max-width: 780px) {
		.col-xs-3 {
			width: 25%;
			
		}
		
		.col-xs-6 {
			width: 50%;
			
		}
	
	}
	
	#manSub::before {
		z-index: -1;
	}
	
	#manSub ul {
		list-style:none;
	}
	
	.undli {
		text-decoration: underline;
		color: var(--brick-red);
	}
	
	
		@media screen and (max-height: 780px) {
		
		.section-container {
		width:100vw
		
		}


.content {



  height: calc(100% - 45px);
aspect-ratio: auto

}

.video-wrapper {
	
	
height: calc(100% - 130px) !important;

}

iframe.video {
height:100%;
    max-height: 76vh !important;
}

.quarter {



}

}

		@media screen and (min-width: 900px) and (max-width: 1600px) {
		.quarter p {
		margin: 50px 50px 50px 50px;
		}
		.quarter {
		width:60%;
		height: 40%;
		align-items: end;
		
		}}


