.ng-image-hover {

    display: inline-block;

    position: relative;

}



.ng-image-hover img {

    cursor: pointer;

	padding-bottom:30px;

}



.ng-image-hover:hover .ng-image-hover-text {

    display: block; /* Display the text */

}



.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);

*/

	text-align: center;

    display: none;  /* Hide the text */

    width: 230px;

    max-height: 100%;

    overflow-y: visible;

    padding: 0;

    position: absolute;

    left: 0;

    top: 75%;

}



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