#container {
    position: relative;
    width: 970px;
    height: 250px;
}
#holder {
    width: 970px;
    height: 250px;
    overflow: hidden;
    border: 1px solid #000000;
    overflow: hidden;
    box-sizing: border-box;
}

#cta {
    position: absolute;
    top: 155px;
    left: 432px;
    width: 120px;
    cursor: pointer;
}
#cta-hotspot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#play-btn,
#pause-btn,
#replay-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
}
#volume-on-btn,
#volume-off-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}
#volume-off-btn {
    right: 35px;
}
#volume-on-btn::after,
#volume-off-btn::after {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 999;
    width: 40px;
    height: 40px;
    content: '';
}
#logo-hotspot {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 70px;
    background: transparent;
    cursor: pointer;
}
#logo2-hotspot {
    position: absolute;
    top: 80px;
    left: 220px;
    width: 520px;
    height: 75px;
    background: transparent;
    cursor: pointer;
}

#myVid {
    width: 970px;
    height: 250px;
    background: #000;
}