.iplayerhd-embed .iplayerhd-videoWrapper {
    position: relative;
}

.iplayerhd-embed .iplayerhd-videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.iplayerhd-embed .iplayerhd-overlay {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2147483647;
    background-color: rgba(0, 0, 0, 0.7);
}

.iplayerhd-embed .iplayerhd-overlay > div {
    width: 60%;
    margin: 100px auto;
    text-align: center;
    box-shadow: 0px 0px 10px 3px #333;
}

.iplayerhd-embed .iplayerhd-overlay .iplayerhd-videoWrapper {
    background-color: black;
}

.iplayerhd-embed .iplayerhd-popup {
    cursor: pointer;
}

.iplayerhd-embed .iplayerhd-popup img {
    width: 100%;
}