.float-inherit {
float: inherit
}

@media screen and (max-width: 992px) {
.responsive-box img {
min-width: 100%;
}

.news-highlight .views-field-field-image,
.news-highlight .field-content,
.study-highlight .field-content img,
.news-highlight .field-content img,
.study-highlight .field-content img {
min-width: 100%;
}
.news-highlight .field-content img {
margin-bottom: 20px;
}
}

/*Display button bottom align*/

.btn-bottom-align {
	  display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}


/*New theme*/
.highlight-box-new {
	display: block;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, .08);
	border-radius: 5px;
}

.highlight-box-new img {
	object-fit: cover;
	height: -webkit-fill-available;
  border-radius: 5px 0px 0px 5px;
}




@media screen and (min-width:768px) {

.highlight-box-new{
	display: grid;
	grid-template-columns: 45% 55%;
}


.highlight-box-new img {
	height: -webkit-fill-available;
	object-fit: cover;
}

}
