.feature .featureContent.featureTypeImage video {
  transition: 1s opacity;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.stopfade {
   opacity: .8;
}
@media screen and (max-device-width: 800px) {
  .feature .featureContent.featureTypeImage #bgvid {
    display: none;
  }
}