.pds-video-placeholder {
   background-position: center center;
   background-size: cover;
   height: 100%;
   height: 213px;
   position: relative;
}
.pds-video-placeholder .video-load-icon {
   -ms-transform: translateY(-50%);
   left: 0;
   margin: auto;
   max-width: 75px;
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
}
.pds-video-placeholder:hover {
   cursor: pointer;
}
.pds-video-placeholder .video-load-icon svg {
   filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.4));
}
.pds-video-placeholder:hover .video-load-icon svg {
   filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.pds-video-placeholder .video-load-icon path {
   fill: #fff;
}

.pds-video-placeholder + .video-consent {
   background: rgba(204, 204, 204, 0.9);
   bottom: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   left: 0;
   margin: 20px;
   opacity: 0;
   padding: 1.5625rem;
   pointer-events: none;
   position: absolute;
   right: 0;
   top: 0;
}
.pds-video-placeholder + .video-consent.show {
   opacity: 1;
   pointer-events: all;
}
.pds-video-placeholder + .video-consent h5 {
   font-size: 1rem;
   font-weight: bold;
   line-height: 1.2;
   margin-bottom: 0.25rem;
}
.pds-video-placeholder + .video-consent a,
.pds-video-placeholder + .video-consent h5 {
   font-weight: bold;
}
.pds-video-placeholder + .video-consent p,
.pds-video-placeholder + .video-consent a {
   font-size: 0.875rem;
}
.pds-video-placeholder + .video-consent p {
   line-height: 1.4;
   margin-bottom: 0;
}
.pds-video-placeholder + .video-consent a,
.pds-video-placeholder + .video-consent a:hover {
   color: #fff;
}
.pds-video-placeholder + .video-consent a {
   background-color: rgba(9, 174, 96, 1);
   border-radius: 0.3125rem;
   line-height: 2rem;
   margin-top: 0.625rem;
   text-align: center;
}
.pds-video-placeholder + .video-consent a:hover {
   background-color: rgba(7, 139, 77, 1);
}
