/* Custom fixes (server-side)
   - Hide Webflow Background Video play/pause overlay control button
*/

.w-background-video--control,
.w-backgroundvideo-backgroundvideoplaypausebutton {
  display: none !important;
}
