.video-overlay{
    position: absolute;
    top: 0;
    bottom: 10%;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
}

.video-paused-container{
    min-height: 20px;
    min-width: 40px;
    border: 0.2rem solid rgba(255, 255, 255, 0.5);
    border-radius: 1rem;
    padding: 0.4rem;
    margin:0.4rem;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.video-paused-container h3 {
    color: black
    margin: 0;
}

.video-paused-container a {
    color: black;
}

.video-button{
    margin: 0 0.5rem 0 0.5rem;
}

.video-paused-container a.v-exit{
    background: #5390d4;
    color: white;
}

.btn-small {
    font-size: 11px;
}
