.hd-image {
    margin-top: 10px;
}

@media (max-width: 767px){
    .kt-mobile-layout-first-row.kt-v-gutter-skinny>.wp-block-kadence-column.inner-column-1 {
        margin-bottom: 0;
    }
}

.hd-image__figure {
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 0;
    background: #ffffff;
    min-width: 100%;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.hd-image__figure img {
    display: block;
    /* max-height: 25vw; */
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.hd-image__figure:hover .hd-image__overlay {
   opacity: 0.8;
}

.hd-image__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #F07D00;
    z-index: 10;
    opacity: 0;
    transition: 300ms;
}

.hd-image__caption div {
    position: absolute;
    z-index: 11;
    color: #ffffff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    padding: 2rem;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .hd-image__caption div {
        padding: 1rem;
    }
}


.hd-image__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.hd-image__title {
    word-spacing: 0 !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    margin: 0!important;

    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
    text-shadow: 0 0 10px rgba(0,0,0,0.75);

    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}

@media screen and (max-width: 1550px) {
    .hd-image__title {
        font-size: 20px !important;
        -webkit-transform: translate3d(0, 45px, 0);
        transform: translate3d(0, 45px, 0);
    }
}


@media screen and (max-width: 1200px) {
    .hd-image__title {
        font-size: 18px !important;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
}

@media screen and (max-width: 767px) {
    .hd-image__title {
        font-size: 16 !important;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}


.hd-image__text {
    letter-spacing: 0 !important;
    font-size: 16px !important;
    margin-top: 0!important;

    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s;
    transition-duration: 0.2s, 0.35s;
    transition-delay: 0s, 0s;

    text-transform: none;
    letter-spacing: 0;
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
}

.hd-image__figure:hover .hd-image__title {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    text-shadow: 0 0 0 rgba(0,0,0,0);
    letter-spacing: 0 !important;
    opacity: 1;
}

.hd-image__figure:hover .hd-image__text {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    opacity: 1;
}
   
.remove-inserter .components-dropdown.block-editor-inserter,
.remove-inserter .block-list-appender>.block-editor-inserter, 
.remove-inserter .block-editor-block-list__block .block-list-appender {
display: none;
}

.remove-inserter .block-editor-block-list__block {
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}