@charset "utf-8";

.heroes3 {
  margin: 0 auto;
}

.heroes3__item {
  display: block;
  margin-top: 14px;
}

.heroes3 .heroes__item {
  margin-top: 14px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  overflow: hidden;
}

.heroes3__picture {
  width: 100%;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  overflow: hidden;
  user-drag: none;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
  font-size: 0;
  line-height: 0;
  background: #ffffff;
}

@media screen and (max-width: 639px) {
  .heroes3 {
    width:  320px;
  }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
  .heroes3 {
    width:  640px;
  }
}

@media screen and (min-width: 960px) {
  .heroes3 {
    width:  960px;
  }
}
