.fsri-remote-video-wrapper {
  max-width: 600px;
}

.fsri-remote-video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.fsri-remote-video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.fsri-remote-video:hover::before {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.fsri-remote-video::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-14 -14 58 58'%3E%3Cg transform='translate(3, 3)'%3E%3Cpolygon class='play-btn__svg' fill='%237c7c7c' points='9.33 6.69 9.33 19.39 19.3 13.04 9.33 6.69'/%3E%3Cpath class='play-btn__svg' fill='%237c7c7c' d='M26,13A13,13,0,1,1,13,0,13,13,0,0,1,26,13ZM13,2.18A10.89,10.89,0,1,0,23.84,13.06,10.89,10.89,0,0,0,13,2.18Z'/%3E%3C/g%3E%3C/svg%3E");  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fsri-remote-video:hover {
  cursor: pointer;
}

.fsri-remote-video:hover::before {
  transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.5);
}

.fsri-remote-video-popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  cursor: default;
}

.fsri-remote-video-close-button {
  position: absolute;
  top: -72px;
  text-align: right;
  width: 100%;
}

.fsri-remote-video-close-button svg {
  height: 48px;
  width: auto;
}

.fsri-remote-video-close-button:hover {
  cursor: pointer;
}

.fsri-remote-video-iframe-wrapper {
  position: relative;
  max-width: 800px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.fsri-remote-video-iframe-wrapper iframe {
  aspect-ratio: 16/9;
}
