iframe {
	height: 315px;
	width: 560px;
}

#side-menu-tabContent table td {
	padding: .5rem;
}

/* RESEARCH TAB IMAGES */
#lab-research-collapse img {
	max-width: 100% !important;
	-o-object-fit: contain !important;
	object-fit: contain !important;
}

/* OUR TEAM CARDS */
.card .card-body .toggle-info {
	background: var(--bs-blue);
	border-radius: 20px;
  	color: white;
  	display: inline-block;
	margin: .5rem 0;
  	padding: .3rem .8rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.card .card-body .toggle-info:hover {
	background-color: var(--dark-blue);
	color: white;
}

/* LAB NEWS CARDS */
#lab-news .card {
	background-color: white !important;	
	border-radius: 0 !important;
	-webkit-box-shadow: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}
	
#lab-news .card img {
	border-radius: 0 !important;
	width: 200px !important;	
}
	
#lab-news .card .card-body .card-title {
	color: var(--bs-blue);	
}

.banner-img--gradient--black {
	background-image: var(--banner-img-gradient-black), url('../../education/images/0233.png');
}	

@media (max-width: 768px) {
  	.card .card-image {
   	 	width: 150px !important;	
  	}
	
	#lab-news .card img {
		width: 300px !important;	
	}
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	iframe {
		height: 100%;
		width: 100%;
	}
	
  	.card .card-body {
    	padding: 0 !important;
    	width: 100% !important;
  	}

  	.card .card-image {
   	 	width: 150px !important;	
  	}
	
	#lab-news .card img {
		width: 100% !important;	
	}
}