
.ads{

text-align:center;
box-shadow:0px 0px 12px rgba(0,0,0,0.2);
background-color: #fff !important;
}

.ads .col-md-6{
  margin:10px 0px;
}

.ads img{
width:350px;
height:300px;
object-fit: cover;
}


.ads img:hover{
  width:360px;
  height:310px;
  object-fit: cover;
  }

@media only screen and ( max-width:767px){
 
  .ads img{
    width:100%;
    height:300px;
    object-fit: cover;
    }

    .ads img:hover{
      width:100%;
      height:325px;
      transition:0.6s linear;
      object-fit: cover;
      }
    
  
}