/*.image-end*/
/*@media (min-width: 576px)-end*/
/*@media (min-width: 768px)-end*/
/*@media (min-width: 992px)-end*/
/*@media (min-width: 1200px)-end*/
/*@media (max-width: 1200px)-end*/
/*@media (max-width: 992px)-end*/
/*@media (max-width: 768px)-end*/
/*@media (max-width: 576px)-end*/
.image {
  position: relative;
  text-align: center;
  /*img-end*/
  /*.status_sticker-end*/
}
.image img {
  max-width: 100%;
}
.image .status_sticker {
  position: absolute;
  left: -12px;
  /*.sticker-end*/
}
.image .status_sticker .sticker {
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 3px 10px;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  margin-right: 100%;
  white-space: nowrap;
  opacity: 0.7;
  /*&:hover-end*/
}
.image .status_sticker .sticker:hover {
  opacity: 1;
}
