@media (max-width: 768px) { 
	footer {
	   font-size: 13px;
	}
    footer .follow {
        display:none
    }
    footer .contacts {
        display:none;
    }    
    
    .compose-image-col {
	   margin-bottom: 15px;
       text-align: center;
    }
    .compose-options-col {
	   font-size: 90%;
    }
    
    .compose-options-col h5 {
	   padding-top: 15px;
    	text-align: center;
    }
    
    #compose h4 {
	   text-align: center;
    }
    
    h4 {
	   font-size: 95%;
    }
    
    figcaption {
		text-align: center;
    }
}