#intro h2, #alumni-employment h2 {
    font-size: 2.5rem;
}

#sli img {
   	border-radius:8px; 
}

#intro img {
	border-radius:8px;
	margin-bottom:1.125rem;
}
 #testimonials {
	 padding-bottom:0;
	 padding-top:0;
}
 #testimonials .container {
	 padding-top: 3rem;
	 border-top: 1px solid #e9e9e9;
	 border-bottom: 1px solid #e9e9e9;
}
 #testimonials .section-grid {
	 margin: 1.25rem 0;
}
 #testimonials p {
	 font-size:24px;
	 font-style:italic;
	 text-align:center;
	 max-width:1200px;
	 margin-left:auto;
	 margin-right:auto;
}
 #testimonials p.author {
	 font-size:18px;
	 font-style:normal;
	 position:relative;
	 padding-top:15px;
}
 #testimonials p.author:before {
	 content:'';
	 display:block;
	 position:absolute;
	 top:0;
	 width:60px;
	 height:1px;
	 left:50%;
	 margin-left:-30px;
	 border-top:1px dashed #9A9B9F;
}
 .fa-quote-left {
	 display: block;
	 font-size: 45px !important;
	 text-align: center;
	 color: rgba(0,0,0,.1);
}
 #sli .section-block {
	 align-items: center;
}



 #feature {
	 position:relative;
	 max-height:1200px;
}
 #feature .banner-img {
	 display:block;
	 position:absolute;
	 top:0;
	 right:0;
	 bottom:0;
	 left:0;
	 background-color:rgba(0,0,0,0.7) 
}

 #feature h2.section-title {
	 position:relative;
	 margin: 0 0 60px 0;
	 font: 80px 'League Gothic' sans-serif;
	 font-weight:bold;
	 line-height: 1;
	 color:#FFF;
	 z-index:1;
	 text-align:center 
}

 .empty-container {
	 height:50vh;
	 max-height:400px;
}
 .ratio-container {
	 height:100vh;
	 max-height:800px;
}

 .ratio {
	 display:block;
	 color:#FFF;
	 font-size: 160px;
     line-height: 130px;
	 text-align:center;
	 font-family:'League Gothic';
	 letter-spacing:15px;
	 margin-top:2.5rem;
}

@media (min-width:768px){
    
.ratio {
	 font-size:260px;
	 line-height:260px;
	 text-align:center;
	 font-family:'League Gothic';
	 letter-spacing:15px;
	 border:1px solid rgba(255,255,255,.5);
	 border-left:none;
	 border-right:none;
	 margin-top:0;
}

}

 .students {
	 display:block;
	 color:#FFF;
	 font-size:30px;
	 text-align:center;
	 font-weight:100;
	 margin-top:10px 
}
 .it {
	padding:0
}
 .pre {
	padding:0
}
 #alumni-employment img {
	 border-radius:8px;
	 margin-bottom:1.125rem;
}
