.video-area {
  pointer-events: none;
  transition: all #{$default-transition-time}ms;
  transition-property: left, right, bottom, top, width, height;
}
