.ng-image-hover {
    display: inline-block;
    position: relative;
    margin-bottom: 22px;
}

.ng-image-hover img {
    cursor: pointer;
}

.ng-image-hover:hover .ng-image-hover-text {
    display: block; /* Display the text */
}

.ng-image-hover-text {
    background: rgba(255,255,255,0.65);
    display: none; /* Hide the text */
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    padding-top: 50px;
    position: absolute;
    top: 0;
    color: #070707;
    text-align: center
}

.logged-in .ng-image-hover-text {
    background: rgba(255,255,255,0.0);
    color: rgba(255,255,255,0.0);
}

/*# sourceMappingURL=ng-image-hover.css.map */
