@media screen and (max-width: 699px)
{
    .top-menu-item-link
    {
        display: block;
    }
    
    .home-all-main-image-wrapper
    {
        display: none;
    }
    
    .contact-details-wrapper .links
    {
        text-align: center;
    }

    .portfolio-item-wrapper
    {
        width: 100%;             
        float: none;      
    }

    .portfolio-item-wrapper.two
    {
        margin-left: 0;
    }
    
    .bottom-left
    {
        width: 100%;
        float: none;
        text-align: center;
    }    
        
    .bottom-right
    {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}


