/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

table img{
	max-width: 180px;
}

#power_bank_5200 table img{
	max-width: 600px;
}

@media (min-width: 768px) and (max-width: 990px) {
	table img{
		max-width: 120px;
	}
	#power_bank_5200 table img{
		max-width: 400px;
	}
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
  	
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
	.responsive #top #homepage_certificates{

	}
  /* Add your Mobile Styles here */
  	.responsive #top #homepage_certificates .avia-content-slider-odd .slide-entry.first {
    	margin-left: 0;
    	width: 14.285714285714286%;
	}
	#homepage_certificates .slide-entry{
	    width: 14.285714285714286%;
	}
	.responsive #top #homepage_certificates .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top #homepage_certificates .avia-content-slider-odd .slide-entry.slide-parity-even {
		margin: 0;
		clear:none;
	}
	.responsive #top #homepage_certificates .avia-smallarrow-slider .flex_column {
		margin: 0px;
		width: 14.285714285714286%;
	}

	#power_bank_5200 table img{
		max-width: 240px;
	}

}