/* .image-tab img{
  width:80%;
  
	border-radius:30px;
} */

@media (max-width:880px){
.image-tab img{
  width:100%;
	border-radius:30px;
}
}
.tab-content > .active{
    border: none;
}