#video {
  background: url(/images/bg/video.jpg?2);
  background: #FFF;
}

#video video {
  border-radius: 0px;
  object-fit: cover !important;
}

#video vid slide {
  border-radius: 10px !important;
}

#video play-cover {
  border-radius: 0px !important;
}

#video slides cover {
  border-radius: 0px !important;
}

@media screen and (max-width: 640px) {
  #video > top {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
  }
}