.homepage-header-container{
    background-color: rgb(0, 0, 0);
    background-image: url(/images/homepage/homepage_header_bg_2.jpg);
    /* background-repeat: no-repeat; */
    background-size: contain;  
    /* background-repeat: repeat-x; */
    /* background-size: cover;   */
    /* background-position: 50% 0; */
    height:300px;
    color:#fff;
}
@media (max-width: 767px) {
    .homepage-header-container{
        height:200px;
        background-size: cover;
    }
}
.homepage-header-container a{
    color:#fff;
}
.header-overlay-bar{
    background-color:rgba(0, 0, 0, 0.5);
    height:300px;
}
@media (max-width: 767px) {
    .header-overlay-bar{
        height:200px;
    }
}
.main-photo-card{
    top:20px;
    position:relative;
    height:250px;
    overflow:hidden;
}
.main-photo-card img{
    height:250px;
    border:1px solid #333;
}
.main-photo-card a{
    text-decoration:underline;
}
.main-photo-card section{
    position:absolute;
    bottom:0px;
    padding:10px 0 0px 10px;
    left:0px;
    background-color:rgba(0, 0, 0, 0.8);
    /* background-color:red; */
    width:374px;
}
.main-photo-card h2,
.main-photo-card h3{
    font-size:80%;
    margin:0px;
    padding:0px 0px 10px 0px;
    
}

@media (max-width: 767px) {
    .main-photo-card{
        top:20px;
        position:relative;
        height:150px;
    }
    .main-photo-card img{
        height:150px;
        border:1px solid #333;
    }
    .main-photo-card section{
        padding:5px 0 0px 5px;
        background-color:rgba(0, 0, 0, 0.8);
        /* background-color:red; */
        width:225px;
        left:0px;
        bottom:0px;
    }
    
    .main-photo-card h2,
    .main-photo-card h3{
        font-size:70%;
        margin:0px;
        padding:0px 0px 5px 0px;
    }
}

.homepage-body-container{
    padding-top:30px;
}


.home-instagram-posts{
    padding:10px 0 40px 0;
    clear:both;
}

.home-instagram-posts h3{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}

#main-instagram-post-container a{
    position:relative;
    display:inline-block;
    width:210px;
    height:210px;
    border:1px solid #cccccc;
}
    #main-instagram-post-container a p{
        position:absolute;
        left:0px;
        bottom:-2px;
        margin:0px;
        padding:5px;
        font-size:60%;
        color:#ffffff;
        width:210px;
        overflow:hidden;
        white-space: nowrap;
        /* width:100%; */
        background-color:rgba(0, 0, 0, 0.5);        
    }
    #main-instagram-post-container img{
        width:210px;
        height:210px;
    }

#other-instagram-posts-container a{
    position:relative;
    display:inline-block;
    width:130px;
    height:130px;
    border:1px solid #cccccc;
    margin-bottom:10px;
    margin-right:10px;
}
    #other-instagram-posts-container a p{
        position:absolute;
        left:0px;
        bottom:-2px;
        margin:0px;
        padding:3px;
        font-size:50%;
        color:#ffffff;
        overflow:hidden;
        white-space: nowrap;
        width:100%;
        background-color:rgba(0, 0, 0, 0.5); 
    }
    #other-instagram-posts-container img{
        width:130px;
        height:130px;
    }
