.vimeo_video {
    width: 100%;
}

.fluid-width-video-wrapper {
    padding-top: unset !important;
    height: 100% !important;
  border-radius: 9px;
}

.vimeo_video > div > div {
    position: absolute;
    top: 0;
    left: 0;
}

.videos_container {
    border-radius: 16px;
    border: 1px solid #242C35;
    background: #FFF;
    box-shadow: 1px 1px 0px 0px #242C35;
}

.videos_container_top {
    padding: 56px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vidoes_container_title {
    color: #242C35;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%;
    letter-spacing: -0.96px;
}

.more_videos_button a {
    border-radius: 40px;
    border: 1px solid #414141;
    background: #FFAF1F;
    box-shadow: 1px 1px 0px 0px #414141;
    padding: 10px 22px;
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Garton Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 1.26px;
    text-transform: uppercase;
}

.videos_list {
    padding: 0px 10% 50px;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.vimeo_video {
    width: 100%;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    border-radius: 7.236px;
    border: 0.904px solid var(--1px-Stroke, #242C35);
/*     background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
    box-shadow: 0.904px 0.904px 0px 0px #242C35;
    overflow: hidden;
}

.vimeo_video .fluid-width-video-wrapper {
    height: 100% !important;
}

