
.secure-iframe-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    aspect-ratio: 16 / 9;
    background-color: #000;
    overflow: hidden;
}

.secure-thumb {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button svg {
    width: 60px;
    height: 60px;
    fill: #FF9900;
}

.secure-iframe-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.secure-iframe-wrapper svg.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}
