video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

.myVideo {
  object-fit: cover;
  pointer-events: none;
}

.imgFullW {
  width: 100%;
}

[data-src] {
  opacity: 0;
}

.frame {
  background-color: red;
  border-radius: 15px;
  min-height: 66vh;
  height: 100%;
  width: 100%;
}

/* this appear business is currently gsap and in lazyLoad.js */

/* .appear { */
/* opacity: 1; */
/* transition: ease-in opacity 0.5s; */
/* } */
