.stopfade {
    opacity: .5;
}
.item_3{
    position: relative;
}
.info-card {
  display: none;
  top: 20.8%;
  left: 12.5%;
  position:  absolute;
  width: 75%;
  border-radius: 5%;
  float: right;
}
.box-skip-video {
  position: absolute;
  top: 10px;
  right: 20px;
}
.box-skip-video > span {
  color: white;
}

.box-skip-video:hover {
  border: 1.5px solid white;
  border-radius: 2px;
}
.info-card > img {
  border-radius: 5%;
  width: 100% !important;
  opacity: 0.9;
  margin: 2px;
}
.video-roll {
}

#video-roll{
    width: 100%;
    max-width: 580px;
    margin: auto;
}
video {
    width: 100%;
}
.row_roll {
  width: 100%;
  max-width: 500px;
  min-width: 370px;
  position: relative;
  margin: auto;
}
.img-roll-none{
    display: none;
}
