.frame {
  height: 100%;
  width: auto;
  /*overflow: hidden;*/
  /*border: 1px solid rgb(255,0,0);*/
}

.frame:hover {
  height: auto;
  width: 100%;
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /*border: 1px solid rgb(255,0,0);*/
  /*width: 200px;*/
  overflow: hidden;
  /*border: 1px solid rgb(255,0,0);*/
}

.zoomin img {
  height: auto;
  width: 100%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.zoomin img:hover {
  /*width: 300px;*/
  /*height: 300px;*/
  /*transform: scale(1.5);*/
  /*-ms-transform: scale(1.5);*/
  /*-webkit-transition: scale(1.5);*/
}

