
.ohmlb-article-image-container {
    display: inline-block;
    position: relative;
}
.ohmlb-article-image-container {
    width: 100%;
    position: relative;
}

.ohmlb-article-image-container>img {
    width: 100%;
}

.ohmlb-article-image-container .ohmlb-points-wrapper {
    position: absolute;
    text-align: center;
    
}

.ohmlb-article-image-container .ohmlb-points-label {
    background: rgba(0,0,0,0.7);
    padding: 10px 15px;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
    /*border: 1px solid #000;*/
    position: relative;
    color: #fff;
    display: none;
}
.ohmlb-points-label div.title-pop{
    padding-bottom: 10px;
}
.ohmlb-points-label div.desc-pop{
    padding-top: 10px;
}
.ohmlb-article-image-container .ohmlb-points-label img{
    max-width: 200px;
}
.ohmlb-article-image-container .ohmlb-points-label a{
    color: #fff
}
.ohmlb-article-image-container .ohmlb-points-wrapper:hover{
    z-index: 999;
}

.ohmlb-article-image-container .ohmlb-points-wrapper:hover .ohmlb-points-label {
    display: block;
    opacity: 1; 
    transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
}

.ohmlb-article-image-container .ohmlb-points {
    background: rgba(0,0,0,0.7);
    height: 20px;
    width: 20px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: block;
    position: absolute;
    border: 1px solid #fff;
}

.ohmlb-points:after {
    position: absolute;
    font-family: "FontAwesome" !important;
    left: 0px;
    bottom: -15px;
    font-size: 29px;
    color: #000;
    z-index: 0;
    right: 0px;
    margin: auto;
    height: 20px;
    width: 20px;
    visibility: hidden;
    border-color: transparent transparent rgba(0,0,0,0.7) transparent;
    border-width: 10px;
    border-style: solid;
}

.ohmlb-points-wrapper:hover .ohmlb-points:after{
    visibility: visible;
}

.ohmlb-article-image-container .ohmlb-popup {
    position: absolute;
}

.ohmlb-article-image-container .popup-bottom:after {
    content: "";
    bottom: -11px;
    top: auto;
}

.ohmlb-article-image-container .popup-top:after {
    content: "";
    bottom: 9px;
    top: auto;
}

.ohmlb-article-image-container .popup-right:after {
    content: "";
    bottom: -3px;
    top: auto;
    right: -20px;
    /*left: auto;*/
    border-color: transparent rgba(0,0,0,0.7) transparent transparent;
    border-width: 10px;
    border-style: solid;
}

.ohmlb-article-image-container .popup-left:after {
    content: "";
    bottom: -3px;
    top: auto;
    left: -10px;
    right: auto;
}

.ohmlb-article-image-container .popup-left + .ohmlb-popup .ohmlb-points-label {
    left: -5px;
}

.ohmlb-article-image-container .ohmlb-points img{
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.ohmlb-article-image-container .ohmlb-points-wrapper:hover .ohmlb-points:before  {
    opacity: 1;
}

.ohmlb-article-image-container .ohmlb-texts {
    position: absolute;
}

.ohmlb-article-image-container .popup-top:after {
    border-color: rgba(0,0,0,0.7) transparent transparent transparent;
    border-width: 10px;
    border-style: solid;
}

.ohmlb-article-image-container .popup-left:after {
    border-color: transparent transparent transparent rgba(0,0,0,0.7);
    border-width: 10px;
    border-style: solid;
}