﻿#hidden-video {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: black;
    color: red;
}

.close-x {
    stroke: white;
    fill: black;
    stroke-linecap: round;
    stroke-width: 5;
}

#close-video {
    float: right;
    padding: 0;
    background: none;
    border: none;
    width: 25px;
    height: 25px;
}

#video {
    padding-top: 15px;
}
