
.shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f1f4f7 0%, #e4e5e8 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
 }

box {
  height: 100px;
  width: 100%;
}

Box140{
  height: 140px;
  width: 100%;
}

bigbox{
  height: 340px;
  width: 100%;
}
Box174{
  height: 174px;
  width: 100%;
}

Box250{
  height: 250px;
  width: 100%;
}
lines {
  height: 10px;
  margin-top: 10px;
  width: 100%; 
}

/* img {
  display: block!important;
  width: 325px; 
  height: 100%; 
  margin-top: 15px;
} */

@-webkit-keyframes placeholderShimmer {
 0% {
   background-position: -468px 0;
 }
 
 100% {
   background-position: 468px 0; 
 }
}

