@charset "utf-8";
/* Large desktops and laptops */
@media (min-width: 1200px) {
	.person-v2 img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		height: 262px;
	}
}


 .owl-stage img{
  display: inline;
  vertical-align: top;
  float: none;
}


 .image-box {
    height:180px;
    overflow:hidden;
    margin:0 auto;
}

.image-thumbnail {
    width:100%;
    height:100%;
    object-fit:cover;
}

