/* @media is desktop*/

     .td-instagram-image {
    object-fit: cover;
    width: 230px !important;
    height:230px !important;
    }



@media screen and (max-width:600px){
   
    .td-instagram-element{
       display:inline;
    
    }
    .td-instagram-main{
       /* height:648px; */
        margin: 0 auto !important;
        overflow:hidden; 
       
 }
    .block-title {
        padding: 6px 12px 8px 15px;
	    font-family: 'Roboto', sans-serif;
	    font-size: 14px;
	    line-height: 1;
	    margin-top: 0;
	    margin-bottom: 26px;
	    border-bottom: 2px solid #0d64a6;
	    font-weight: 600;
	    border-color: #0d64a6;
	    background-color: #0d64a6;
	    color:#ffffff;
    }
    .td-instagram-image{
    object-fit: cover;
    width: 160px !important;
    height:160px !important;
    }
    .ig-mobile{
        width: 463px;
    }
    .IGMainContainer{
         border-bottom: 1px dotted #808080;
        padding-bottom:30px;
    }
}

@media (min-width:600px) and (max-width:1024px){
   
    .td-instagram-element{
        display:inline;
        margin: 0 2px;
    }
    .td-instagram-element img{
        margin:auto;
    }
    
    .block-title {
        padding: 6px 12px 8px 15px;
	    font-family: 'Roboto', sans-serif;
	    font-size: 14px;
	    line-height: 1;
	    margin-top: 0;
	    margin-bottom: 26px;
	    border-bottom: 2px solid #0d64a6;
	    font-weight: 600;
	    border-color: #0d64a6;
	    background-color: #0d64a6;
	    color:#ffffff;
    }
    .td-instagram-image{
    object-fit: cover;
    width: 230px;
    height:230px;
    }
    
     .IGMainContainer{
         border-bottom: 1px dotted #808080;
        padding-bottom:30px;
    }
 
 /*  
 .td-instagram-main{
    
    width: 463px;
    height:696px;
    margin: 0 auto !important;
    overflow:hidden; 
 }
*/
}


.IGMainContainer{
    margin:40px 0;
    
}
.IGMainContainer, .IGcontainer{
    width:inherit;
}

/* delete
.instagram-col{
    position: relative;
    width: 100%;
    height:auto;
    min-height: 1px;
    padding-right:5px;
    padding-left: 5px;
    background-size: cover;
background-repeat: no-repeat;
background-position: center 
}
*/
.IprofileContainer{
    display:block;
    padding-left:20px;
    margin:20px 0;
    height:75px;
   
 
}
.profilePic{
    float:left;
    display:inline-block;
    height:75px;
    width:75px;
    background-repeat: no-repeat;
    background-size:cover;
    font-family: Arial;
    overflow:hidden;
    border-radius:60px;
}
.profileDetails{
    position:relative;
    top:16px;
    left:20px;
    font-weight:bold;
}

.profileDetails a{
color:#000000;
}
.spacer{
      clear: both;
    height:30px;
}
/*
#instafeed{
     border:1px solid green;
}
*/