.vd-plyr-ocnt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e6e6e6;
    z-index: 2;
}

.vd-plyr-mcnt {
    width: 100%;
    display: inline-block;
    text-align: center;
    height: auto;
}

.vd-plyr-icnt {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 70rem;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid red;
}

.vd-plyr-icnt.paused .ctrl-ocnt,
.vd-plyr-icnt:focus-within .ctrl-ocnt,
.ctrl-ocnt:hover {
    opacity: 1;
}

.vd-plyr-icnt.paused .bi-pause-circle {
    display: none;
}

.vd-plyr-icnt:not(.paused) .bi-play-circle {
    display: none;
}

#vd-dv-cnt {
    position: relative;
    width: 100%;
    max-width: 70rem;
    margin: auto;
    max-height: 60vh;
    z-index: 1;
    background-color: rgb(36, 36, 36);
    border: 1px solid white;
}

#stp-mg {
    width: 100%;
    height: auto;
    max-height: 60vh;
}

.vdLd .vd-dv {
    display: none;
}

.vd-dv {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
}

.vd-dv-md.paused .ctrl-ocnt,
.vd-dv-md:focus-within .ctrl-ocnt,
.ctrl-ocnt:hover {
    opacity: 1;
}

video {
    width: 100%;
    height: auto;
    max-height: 60vh;
}

.ctrl-ocnt {
    position: absolute;
    top: 0rem;
    bottom: 0rem;
    left: 0rem;
    right: 0rem;
    width: 100%;
    height: 100%;
    color: white;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
    z-index: 2;
    border-radius: 0.5rem;
}

.btm-ctrls-dv {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    right: 0rem;
    border: 1px solid red;
}

.ply-dsc {
    border: 0px solid red;
    font-size: 1.5rem;
}