.model-ratio-image {
  display: block;
  position: relative;
  transition: all .3s;
  text-align: center;
  background-color: #ccc;
}
.model-ratio-image.bgTransparent {
  background-color: transparent;
}
.model-ratio-image .containerImg {
  vertical-align: middle;
  height: inherit;
  padding-bottom: 66.66666667%;
  display: block;
}
.model-ratio-image .containerImg .click-img {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.model-ratio-image .containerImg .click-img .newsImg {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
.model-ratio-image .containerImg .click-img .icon {
  font-size: 90px;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.model-ratio-image:hover .newsImg {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ratio-width-150 {
  width: 150px;
  height: 100px;
}
.ratio-width-250 {
  width: 250px;
  height: 166.66666667px;
}
.ratio-width-350 {
  width: 350px;
  height: 233.33333333px;
}
.ratio-width-450 {
  width: 450px;
  height: 300px;
}
