#container {
    position: relative;
    width: 298px;
    height: 598px;
}
#holder {
    width: 298px;
    height: 598px;
    overflow: hidden;
    border: 1px solid #000000;
}
#cta {
    position: absolute;
    top: 370px;
    left: 90px;
    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: 10px;
    left: 10px;
    cursor: pointer;
}
#volume-on-btn,
#volume-off-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}
#volume-off-btn {
    right: 25px;
}
#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: 150px;
    height: 70px;
    background: transparent;
    cursor: pointer;
}
#logo2-hotspot {
    position: absolute;
    top: 275px;
    left: 0;
    width: 300px;
    height: 50px;
    background: transparent;
    cursor: pointer;
}

#myVid {
    width: 300px;
    height: 600px;
    background: #000;
}