a.kry_img_hover_btn:hover {
    background: #FFF;
    color: #000;
}

a.kry_img_hover_btn {
    transition: background 1s, color 1s;
}

i.kry-hover-effect.qode_icon_font_awesome.fa.fa-facebook.fa-lg.simple_social, i.kry-hover-effect.qode_icon_font_awesome.fa.fa-twitter.fa-lg.simple_social {
    color: #828282;
    transition: color 0.5s;
    margin: 5px;
}

i.kry-hover-effect.qode_icon_font_awesome.fa.fa-facebook.fa-lg.simple_social:hover, i.kry-hover-effect.qode_icon_font_awesome.fa.fa-twitter.fa-lg.simple_social:hover {
    color: #000;
    transition: color 0.5s;
}

#kry-share-buttons img {
    width: 35px;
    margin: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
    transition: filter 1s;
}

#kry-share-buttons img:hover {
    filter: invert(100%);
    transition: filter 1s;
}

.ng-image-hover {
    display: flex;
    position: relative;
}

@media screen and (max-width: 1000px) {
    div.ng-image-hover {
        min-height: 250px !important;
    }
}

.ng-image-hover img {
    cursor: pointer;
    height: 100% !important;
    border-image-width: 0!important;
    border-image-slice: 0 !important;
    padding: 0;
    margin: 0;
    border: 0;
}

.ng-image-hover:hover .ng-image-hover-text,  .ng-image-hover-text:hover {
    /* Display the text */
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s;
}
/*
.ng-image-hover-text {
    background: white;
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    display: none;  /* Hide the text 
    width: 400px;
    max-height: 100%;
    overflow-y: scroll;
    padding: 1em;
    position: absolute;
    top: 0;
    left: 100%;
}
*/

.ng-image-hover-text {
    background: rgba(255, 255, 255, 0.57);
    height: 100%;
    width: 100%;
    /* background-size: cover; */
     border: 0 solid #d2d2d2; 
    /* -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); */
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); */
    /* width: 100%; */
    /* max-height: 100%; */
    /* overflow-y: scroll; */
    /* padding: 1em; */
    position: absolute;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
    border-image-width: 0!important;
    border-image-slice: 0 !important;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

/*# sourceMappingURL=ng-image-hover.css.map */
