@media only screen and (max-width:900px){
    .facebook-cover,
    .linkedin,
    .brchr-design{
        width: 100%;
    }
}

@media only screen and (max-width:820px){
    .header-inner,
    .brand-block,
    .top-cntct-detail,
    .gallery-overview{
        align-items: flex-start;
        flex-direction: column;
    }

    .top-cntct-detail{
        width: 100%;
        text-align: left;
        margin-bottom: 0;
    }

    .cntct-content{
        width: 100%;
        justify-content: space-between;
    }

    .banner-design{
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        text-align: left;
    }

    .gallery-stage{
        padding: 12px;
    }
}

@media only screen and (max-width:520px){
    .gallery-overview h2{
        font-size: 30px;
    }

    .nav ul li{
        width: auto;
    }

    .nav ul li a{
        padding: 10px 13px;
        font-size: 14px;
    }
}
