@charset "UTF-8";


.header-image {
  width:100%
}

.fav {
  width: 100%
}


.mini-story-thumb {
  width: 125px;
  margin-right: 20px;
  float: left;
  border-radius: 5px;
  margin-bottom: 30px;
}


.thumbs-first {
  padding: 20px 0px 0px 0px
}
.thumbs-middle {
  padding: 0px
}
.thumbs-last {
  padding: 0px
}
.thumbs-first img,
.thumbs-middle img,
.thumbs-last img {
  width: 100%
}



@media (max-width: 1200px) {


}





/* tablet */  
@media (max-width: 990px) {

}





/* mobile */  
@media (max-width: 767px) {

.mini-story-thumb {
  width: 90%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  display: block;
  border-radius: 300px
}
.fav {
  width: 100%;
  padding-bottom: 20px
}

}
