/* EXTENSION FRONTEND STYLES */


    
    .instagram_feed{
        display:inline-block;
        width:100%;
    }
    
    
    .iFeed{
        display:inline-block;
        float: left;
        width:23.7%;
       
        margin-right:16px;
        margin-bottom:16px;
        
        overflow: hidden;
        height:235px;
    }
    
    
    .iFeed:nth-of-type(4), .iFeed:nth-of-type(8){
        padding-right:0px;
        margin-right:0px;
    }
    
    
    
    .iFeedImgLink:hover{
        opacity: 0.8;
        z-index:10;
    }
    
    
    .iFeedImg{
        width:100%;
    }
    
    
    .iFeed_landscape .iFeedImg{
        height:100%;
    }
    
    
    .iFeedIGLink_rel{
        position: relative;
        display:none;
    }
    
    .iFeedIGLink{
        position:absolute;
        right: 5px;
        top:5px;
        font-size:12px;
        color:#fff;
        background-color:#999;
        border-radius:15px;
        padding:0px 6px;
        z-index:20;
        text-decoration:none;
        
    }
    
    .iFeed:hover .iFeedIGLink_rel{
        display: block;
    }
    
    
    


  
@media (max-width: 756px) {
    
    .iFeed{    
       width:47%;
       height:210px;
    }
    
    
    .iFeed:nth-of-type(even){
        padding-right:0px;
        margin-right:0px;
    }
    
}
