.xstmz-vast-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    background: #000;
    overflow: hidden;
}

.xstmz-vast-content,
.xstmz-vast-ad {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.xstmz-vast-content {
    display: none;
    z-index: 1;
}

.xstmz-vast-content iframe {
    width: 100% !important;
    height: 100% !important;
}

.xstmz-vast-ad {
    z-index: 20;
    background: #000;
}

.xstmz-vast-play {
    position: absolute;
    z-index: 30;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    min-width: 120px;
    padding: 14px 24px;

    border: 0;
    border-radius: 4px;

    background: #fff;
    color: #111;

    font-size: 18px;
    font-weight: 600;

    cursor: pointer;
}

.xstmz-vast-play:disabled {
    cursor: default;
    opacity: 0.8;
}

.xstmz-vast-status {
    display: none;

    position: absolute;
    z-index: 31;

    left: 50%;
    top: calc(50% + 55px);

    transform: translateX(-50%);

    color: #fff;
    font-size: 13px;
}