.video__image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    padding-top: 56.25%;
    display:flex;
}

.video-grid {
    row-gap: 1rem;
}

.grid {
    /*   flex-basis: 100%;*/
    /*  padding: 5px 5px 5px 5px;
    border: solid 1px darkgray;
    background-color: transparent;
    border-radius: 0.5rem;
*/
    border: none;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    border-radius: 0.75rem;
    padding: 0.35rem 0.35rem 0.35rem 0.35rem;
    flex-basis: calc((100% / 1) - 32px);
    box-shadow: 3px 3px 5px rgba(150,150,150,0.4);
}

.grid .copy {
    display: flex;
    flex-basis: calc((100% / 1) - 40px);
}
.grid__footer {
    display:block;
    width: 100% !important;
}

.grid__controls {
    display: none !important;
}

.video {
    /*   flex-basis: 100%;*/
    /*  padding: 5px 5px 5px 5px;
    border: solid 1px darkgray;
    background-color: transparent;
    border-radius: 0.5rem;
*/
    border: none;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    border-radius: 0.75rem;
    padding: 0.35rem 0.35rem 0.35rem 0.35rem;
    flex-basis: calc((100% / 1) - 32px);
    box-shadow: 3px 3px 5px rgba(150,150,150,0.4);
}
    .video:hover {
        box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
    }

.video__play {
    position: absolute;
    bottom: 10px;
    left: 12px;
}

.video__title {
    font-size: 18px;
    margin: 0 0 0.325rem;
    height: 1.5rem;
    overflow:hidden;
}

.video__time {
    color: #607D8B;
    font-size: 12px;
    margin-bottom: 0.313rem;
    min-height: 1rem;
    height: 1rem;
    overflow:hidden;
}

.video__chevron-link i {
    margin-left: 10px;
}

.video-list__offcanvas {
    z-index: 100;
    width: 100%;
    background-color: rgba(38, 50, 56, 0.95);
    color: var(--primary-white);
    top: 70px;
    background-clip: unset;
    padding: 33px 20px;
}

.video-list__body {
    max-height: 70%;
}

.video-folder__header span,
.video-folder__actions i {
    color: var(--primary-white);
}

.video-list__title {
    font-size: 30px;
}

.video-list__subtitle {
    font-size: 18px;
}

.video-list__offcanvas .offcanvas-header {
    margin-bottom: 26px;
}

.video-folder__header {
    font-size: 18px;
}

.video-folder__content .video {
    background-color: #c0c0c0;
}
.video-folder__content .video__play {
    /* left: auto;
    right: 12px;
      */
    position: relative;
    float:right;
    bottom:0px;
    margin-right: 20px;
    cursor: pointer;
}

.video-folder__content .video__title {
    color: black;
}


.video-list__actions button {
    flex-basis: calc((100% / 2) - 32px);
}

.video-thumbnail .paging {
    height: 2.5rem;
    font-size: 1.25rem;
}

.video__image-wrapper .video-thumbnail {
    position: absolute;
    top: 0px;
    max-height: 100%;
    height:100%;
    display:flex;
}
.video-thumbnail video {
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position:top;
}

.video__image-wrapper .video-thumbnail img {
    object-fit: fill;
    width:100% !important;
    min-width:100%;
}

.video-detail .video-clip__container {
    height:max-content;
}
.video-detail .video-clip__container iframe {
    height: 450px;
}
.video-detail .video-hero__video-info {
    position:inherit;
    top: 5px;
    padding: 1.0rem 0;
}

.detailtext .floating-card__inner-block {
    padding: 1rem 1.25rem;
}

.detailtext .content-section__subtitle, .detailtext .content-section__subtitle th {
    font-size: 1.25rem;
}

.detailtext .floating-card__table .content-section__info-text {
    font-size: 0.80rem;
}

.detailtext .floating-card__table

.detailtext .floating-card__table .text-uppercase th {
    font-size: 0.80rem;
}
.detailtext .floating-card__table td {
    font-size: 0.80rem;
}

.detailtext .floating-card__table td, .detailtext .floating-card__table th {
    padding: 0.3rem 0;
}
.detailtext .floating-card__table .table-divider {
    padding: 0;
}

.detailtext .floating-card__keyword {
    font-size: 0.75rem;
}

.video-detail .video-hero__video-title {
    line-height: 2.5rem;
    vertical-align: top;
    margin-top: -20px;
}

.video-detail .video-hero__data {
    padding-left: 0;
    overflow: clip;
    height: 2.5rem;
}

.video-hero__action-icon {
    width: 1.0rem;
    max-width: 1.0rem;
}

@media screen and (max-width: 767px) {
    .video__content {
        padding-left: 0.825rem;
        flex-basis: 65%;
    }
    .video {
        flex-basis: 100%;
    }
    .grid {
        flex-basis: 100%;
    }
    .grid__content {
        padding-left: 0.825rem;
        flex-basis: 65%;
    }
    .grid__controls {
        display: none !important;
    }

    .video__image-wrapper {
        height: 120px;
        width: 205px !important;
        max-height: 120px;
        padding-top: 0;
        display: block;
    }
        .video__image-wrapper .video-thumbnail video {
            width: 100%;
            height: 120px;
            object-fit: cover;
        }

        .video__image-wrapper .video-thumbnail iframe {
            width: 100%;
            height: 120px;
        }

        .video__image-wrapper .video-thumbnail img {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .video__image-wrapper .video-thumbnail {
            max-width: none;
            min-width: 0;
            -webkit-box-flex: 1;
            flex: 1 1 100%;
        }
}


@media screen and (min-width: 768px) {
    .grid__content {
        padding-left: 0.825rem;
        padding-right: 0.825rem;
        flex-basis: calc((100% / 1) - 205px);
    }

    .grid .video__image-wrapper {
        height: 120px;
        width: 205px !important;
        max-height: 120px;
        padding-top: 0;
        flex-basis: calc(205px);
    }

    .grid__controls {
        display: none;
        padding-left: 0.825rem;
        flex-basis: calc(40px);
        border-left: solid 1px #3a3a3a3a;
    }

   .grid .video__time {
        overflow: auto;
        height: 5rem;
    }

    .detailvideo {
        flex: 0 0 auto;
        width: 45%;
    }

    .detailtext {
        flex: 0 0 auto;
        width: 45%;
        padding-right: 2.5rem;
        padding-top: 5rem;
    }

    .video .video__image-wrapper {
        /*
        max-height: 250px;
        */
    }

    .video__title {
        margin: 0.625rem 0 0.325rem;
    }

    .video__image-wrapper .video__thumbnail {
        /*
        position: absolute;
        width: 100%;
        height: auto;
        max-width: initial;
        */
    }

    .video-grid {
        column-gap: 1rem;
        row-gap: 1rem;
    }

    .grid {
        max-width: calc((100% / 1) - 10px);
        flex-basis: calc((100% / 1) - 32px);
        /*   background-color: white;
        padding: 5px 5px 0px 5px;*/
    }

    .video {
        max-width: calc((100% / 2) - 10px);
        flex-basis: calc((100% / 2) - 32px);
        /*   background-color: white;
        padding: 5px 5px 0px 5px;*/
    }

    .video-list__offcanvas {
        position: absolute;
        top: 0;
        padding: 50px;
    }

    .video-list__title {
        font-size: 40px;
    }
    .video__image-wrapper {
        /*
        height: 120px;
        max-height: 300px;
        */
    }

        .video__image-wrapper .video-thumbnail {
            max-width: none;
            min-width: 0;
            -webkit-box-flex: 1;
            flex: 1 1 100%;
        }

            .video__image-wrapper .video-thumbnail video {
                /*
                width: 100%;
                height: 125px;
                */
            }

            .video__image-wrapper .video-thumbnail iframe {
                /*
                width: 100%;
                height: 120px;
                */
            }

            .video__image-wrapper .video-thumbnail img {
                /*
                position: absolute;
                width: 100%;
                height: 120px;
                */
            }
}

@media screen and (min-width: 1024px) {
    .grid {
        max-width: calc((100% / 1) - 10px);
        flex-basis: calc((100% / 1) - 32px);
        /*flex-basis: 90%;*/
        gap: 0.625rem 0.625rem;
        flex-shrink: 1;
        flex-grow: 1;
        /*  background-color: white;
        padding: 5px 5px 0px 5px;*/
    }
    .video {
        max-width: calc((100% / 3) - 10px);
        flex-basis: calc((100% / 3) - 32px);
        flex-basis: 30%;
        gap: 0.625rem 0.625rem;
        flex-shrink: 1;
        flex-grow: 1;
        /*  background-color: white;
        padding: 5px 5px 0px 5px;*/
    }
    .video__image-wrapper {
        /*
        max-height: 120px;
        height: 120px;
        */
    }

        .video__image-wrapper .video-thumbnail {
            max-width: none;
            min-width: 0;
            -webkit-box-flex: 1;
            flex: 1 1 100%;
        }

            .video__image-wrapper .video-thumbnail video {
                /*
                width: 100%;
                height: 150px;
                object-fit:cover;
                */
            }

            .video__image-wrapper .video-thumbnail iframe {
                /*
                width: 100%;
                height: 150px;
                */
            }

            .video__image-wrapper .video-thumbnail img {
                /*
                position: absolute;
                width: 100%;
                height: 130px;
                */
            }
}

@media screen and (min-width: 1280px) {
    .video__image-wrapper {
        /*
        max-height: 130px;
        height: 130px;
        */
    }
    .video__image-wrapper .video-thumbnail {
        max-width: none;
        min-width: 0;
        -webkit-box-flex: 1;
        flex: 1 1 100%;
    }
        .video__image-wrapper .video-thumbnail video {
            /*
            width: 100%;
            height: 135px;
            */
        }
        .video__image-wrapper .video-thumbnail iframe {
            /*
            width: 100%;
            */
        }
        .video__image-wrapper .video-thumbnail img {
            /*
            position: absolute;
            width: 100%;
            */
        }
    .video-detail .video-clip__container iframe {
        height: 600px;
    }
}

@media screen and (min-width: 1580px) {
    .grid {
        max-width: calc((100% / 2) - 10px);
        flex-basis: calc((100% / 2) - 32px);
        /*flex-basis: 50%;*/
        gap: 0.625rem 0.625rem;
        flex-shrink: 1;
        flex-grow: 1;
        /*  background-color: white;
        padding: 5px 5px 0px 5px;*/
    }
    .video {
        max-width: calc((100% / 4) - 10px);
        flex-basis: calc((100% / 4) - 32px);
        flex-basis: 23%;
        gap: 0.625rem 0.625rem;
        flex-shrink: 1;
        flex-grow: 1;
        /*  background-color: white;
        padding: 5px 5px 0px 5px;*/
    }
}