/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 767px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.attachment-original.size-original, .attachment-large.size-large{
		height: 100px;
		width: auto;
	}
	.attachment-.size-{
		height: 100px;
		width: auto;
	} 
	.box-image{
		text-align: center;	
	}
}