 @media (min-width: 768px) {
	 #grad-banner img {
		 width: 100%;
		 object-fit: cover;
		 /*object-position: left top;*/
		 object-position: center center;
		 min-height: 550px!important;
	}
}
 @media (max-width: 767.98px) {
	 #grad-banner img {
		 width: 100%;
		 object-fit: cover;
		 /*object-position: left top;*/
		 object-position: center center;
		 min-height: 550px!important;
	}
	 .banner-text {
		 height: 100%;
		 align-items: center;
	}
}
 #grad-banner {
	 position: relative;
}
 .banner-text {
	 color: white;
	 position: absolute;
	 bottom: 0;
	 background: rgba(0, 0, 0, 0.6);
}
 @media (min-width: 768px) {
	 .mid-title {
		 width: fit-content;
	}
}
 @media (max-width: 767.98px) {
	 .mid-title {
		 width: 90%;
	}
}
 .wrapper {
	/* position: relative;
	 */
}
 .mid-title {
	 display: block;
	 margin: auto;
	 text-align: center;
	 transform: translateY(-51%);
}
 .content i {
	 width: 100%;
	 font-size: 50px;
}
 .carousel-inner>.item {
	 position: relative;
	 display: none;
	 -webkit-transition: 10s ease-in-out left !important;
	 -moz-transition: 10s ease-in-out left !important;
	 -o-transition: 10s ease-in-out left !important;
	 transition: 10s ease-in-out left !important;
}
 .slideshow {
	 position: relative;
}
 .spotlight {
	 position: relative;
	 justify-content: center;
}
 @media (min-width: 768px) {
	 .header {
		 width: fit-content;
	}
}
 @media (max-width: 767.98px) {
	 .header {
		 width: 90%;
	}
}
 .header {
	 position: absolute;
	 z-index: 2;
	 display: block;
	 margin: auto;
	 text-align: center;
	 transform: translateY(-51%);
	 background-color: #039;
	 color: #fff;
}
 .img-contain {
	 min-height: 350px;
	 background-image: url("https://www.tamuk.edu/testing/marcomm/_testing/hunter/grad/_images/2023_TAMUK_0906_MLA_GRAD_LAUREN_SILVA-10.jpg");
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center center;
}
 .text-container {
	 background-color: #EDEDED;
	 min-height: 300px;
}
 #spotlight {
	 position: relative;
}
 .owl-nav button span {
	 color: #039 !important;
}
 .owl-nav button.disabled span {
	 color: #039 !important;
}
 .owl-theme .owl-nav [class*=owl-]:hover {
	 background: none!important;
	 color: #6e6e6e !important;
}
 .owl-item {
	 margin-bottom: 0;
}
 .owl-nav .owl-next, .owl-nav .owl-prev {
	 position: absolute;
	 top: 48%;
	 transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
}
 .owl-nav .owl-next {
	 right: 8%;
	 display: flex;
	 margin-right: 2%;
	 font-size: 25px !important;
}
 .owl-nav .owl-prev {
	 left: 8%;
	 display: flex;
	 margin-left: 2%;
	 font-size: 25px !important;
}
 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	 background: #6e6e6e;
}
 