.video-item__img-wrapper {
    --ratio: 3/2;
    border-radius: 8px 8px 0 0;
    display: block;
    overflow: hidden;
    position: relative;
    border-top: 1px !important;
    border-left: 1px !important;
    border-right: 1px !important;
    border-color: lightgrey !important;
}

.video-item__img-wrapper:before {
    content: "";
    display: block;
    height: auto;
    aspect-ratio: var(--ratio);
    position: relative
}

.video-item__img-wrapper img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

}

.video-item-content {
    background-color: #eef3f7;
    border-radius: 0 0 8px 8px;
    height: 100%;
    padding: 1rem;
    position: relative;
    max-height: 5rem;
    overflow: hidden;
    line-height: normal;
}

.video-item-content .video-item-title {
    font-size: 1.2rem;
    color: #0a0a0a;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.video-item-wrapper {
    --s: 0.36s;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-right: 2.1333333333rem;
    max-width: 27.7333333333rem;
    transition: all var(--s) ease-in-out;
}


.sAllVideos {
    --sPT: 0.2rem;
    --sPB: 3.6rem
}

.sAllVideos__row {
    --bs-gutter-x: 2.1333333333rem;
    --bs-gutter-y: 2.1333333333rem;
    row-gap: 1.5rem;
    margin-top: 1.5rem !important;
}

.sAllVideos .video-item-wrapper {
    height: 100%;
    margin-right: 0;
    max-width: none;
    border:1px solid #f5f7fa
}

.video-item-wrapper:hover {
    box-shadow: 1px 1px 20px 0 hsla(0, 0%, 44%, .45);
}

.video-title {
    font-family: var(--bs-body-font-family);
    padding: 10px 0 0 0;
}

.page-head {
    padding-bottom: 0 !important;
}

.description-toggle {
    cursor: pointer;
}

.video-description {
    font-size: 1.3rem;
}

.showDescription {
    margin-top: 10px;
}
.video-block-title{
    margin-bottom: 0 !important;
}