/*		Mobile Layout or Small Screen Layout: 320px. */

@media (max-width: 767px) {
    .sign_up{
        display: none !important;
    }
    .sign_up_form{
        display: none !important;
    }
    .portfolio_image{
        padding-bottom: 10px;
    }
    .portfolio_caption{
        display: none !important;
    }
}



/*		Tablet Layout: More than 768px. */


@media (min-width: 768px) {

}


/*		Medium Screen Layout: More than 992px. */


@media (min-width: 992px) {

}


/*		Large Screen Layout: More than 1200px. */


@media (min-width: 1200px) {

}