.reveal video {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* Force the video itself to not dim */
.reveal video {
    filter: brightness(1) !important;
    -webkit-filter: brightness(1) !important;
}

.highlight-box {
    position: absolute;
    border: 6px solid #e11d48;
    border-radius: 8px;
    box-sizing: border-box;
	background-color: rgba(225, 29, 72, 0.05);
    box-shadow: 0 0 20px rgba(225, 29, 72, 0.4);">
  }
