/*
Theme Name: Mohujos
Theme URI: http://propertywebmasters.com/
Author: PropertyWebmasters
Author URI: http://propertywebmasters.com/
Description: Wordpress Theme for PropertyWebmasters
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

/* Additional format for gallery lightbox */

#outerImageContainer{	
	max-width: 500px !important;
	min-height: 250px !important;
	height: auto !important;
}

#lightboxImage{	
	max-width: 470px !important;
	height: auto !important;
}

#prevLink{	
	max-height: 100% !important;
}

#nextLink{	
	max-height: 100% !important;
}

#imageDataContainer{	
	max-width: 500px !important;
}

#lightbox{
	top: 100px !important;
	position: fixed !important;
}

@media (max-width: 500px){
	
	#outerImageContainer{	
		max-width: 90% !important;
		margin: 0 5%;
	}

	#lightboxImage{	
		max-width: 90% !important;
		margin: 0 5%;
	}

	#imageDataContainer{	
		max-width: 90% !important;
		margin: 0 5%;
	}

	#imageDataContainer{	
		max-width: 90% !important;
		margin: 0 5%;
	}
}