.header-logo {
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
}

.plyr__video-wrapper {
    border-radius: 1.5rem 1.5rem 0rem 0rem !important;
}

/* ESPA */
.espa-header-logo-top {
    position: fixed;
    top: 6rem;
    right: 1rem;
    height: 5rem;
    z-index: 9999;

    border: black solid 1px;
}

@media (width <= 800px) {
    .espa-header-logo-top {
        position: fixed;
        top: 4rem;
        left: 1rem;
    }
}

.espa-header-logo-bottom {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    height: 5rem;
    z-index: 9999;

    border: black solid 1px;
}

@media (width <= 800px) {
    .espa-header-logo-bottom {
        position: fixed;
        bottom: 1rem;
        left: 1rem;
    }
}
