.singleimghighlight_1 .singleimghighlight_contentWrapper {
    width: 100%;
    aspect-ratio: 10 / 3;
    position: relative;
    overflow: hidden;
}

.singleimghighlight_1 .sih_bg,
.singleimghighlight_1 .sih_overlay,
.singleimghighlight_1 .sih_btnWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
.singleimghighlight_1 .sih_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform-origin: center;
    transition:all 600ms ease-out;
}
.singleimghighlight_1 .sih_bg iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.singleimghighlight_1 .sih_bg .sih_videoOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-color: #000;
}
.singleimghighlight_1 .sih_btnWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.singleimghighlight_1 .sih_btnWrapper .sih_btn {
    display: flex;
    background-color: #fff;
    color: #231F20;
    font-size: 1.6em;
    text-decoration: none;
    padding: 12px 60px;
}
.singleimghighlight_contentWrapper:hover .sih_bg img  {
    transform: scale(1.1);
}
.singleimghighlight_1 .sih_btnWrapper .gif_textLong {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px;
}
#about_5_1753962191294 .gridItem {
    margin: 0;
}
#about_5_1753962191294 .gridItem .gi_front {
    display: none;
}