.hdh-postcard-lightbox {
    cursor: pointer;
}

.hdh-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;

    display: flex;
    flex-direction: row;
    justify-content: center;
}

.hdh-lightbox iframe {
    width: 100vw;
    height: calc(100vh - 100px);

    max-width: 1100px;
}

.hdh-lightbox-content{
    margin-top: 100px;
    position: relative;
}

.hdh-lightbox-content i {
    font-size: 20px;
    color: #fff;
}

.hdh-lightbox-close {
    position:absolute;
    top: -35px;
    right: 0px;
    cursor: pointer;
}

/*
#boxed-wrapper{
    padding-bottom: 50px;
}*/

body.hdh-no-scroll {
    overflow: hidden;
}


.hdh-blog-content .fusion-fullwidth{
    padding: 0 !important;
}



@media only screen and (max-width: 1099px) {
    .hdh-lightbox-close {
        right: 20px;
    }

    .hdh-lightbox-content {
        margin-top: 50px;
        position: relative;
    }

}

.blog-link-style a{
    color: #0088a9;
    transition: color 0.3s ease;
}

.blog-link-style a:hover{
    color: #fec232;
}


.hdh-blog-images{
    margin: 0 !important;
}

.hdh-blog-images a{
    width: 100%;
}

.hdh-blog-images .fusion-image-wrapper{
    width: 100% !important;
}

.hdh-blog-images img{
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
/*
.hdh-blog-images img{
    max-height: 500px;
    object-fit: contain;
}*/