.imgbox{text-align:center}

/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
    
    .imgbox img{width:100%}
}

/* mobile */
@media screen and (max-width:767px){
      .imgbox img{width:100%}
}
