/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


.main_popover_wrp{
    //width:400px;
}
.h3-pop{
    margin-top:10px;
    font-size:16px;
    //font-weight:bold;
}
.popover{
    padding:10px;
    max-width: 370px !important;
    width: 800px !important;
    height:420px !important;
}

.popover{
    //transform: translate3d(986px, 485px, 0px) !important;
}
.p_mr{
    margin-top:15px;
}

.pop_footer{
    position:absolute;
    bottom:0;
    margin-bottom:18px;
}

.f-r{
    float:right;
}

f-l{
    float:left;
}

.mr-x{
    margin-left:10px;
}


@media only screen and (max-width: 767px) {
    a.grid_item figure {
        /* height: 262px !important; */
        height: auto !important;
    }
    a.grid_item .info {
        padding: 12px 25px 10px 25px;
    }
}