/* 2015 - 2018 by AiCOACH Sp. z o.o. All rights reserved */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	#amazon-section img, #other-section img {
		max-width: 400px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	/* pricing-section (end) */
	#google-section img, #amazon-section img, #other-section img {
	  margin-top: 50px;
	}
	/* pricing-section (end) */
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  #google-section img, #amazon-section img, #other-section img {
		max-width: 200px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  #amazon-section .aicoach-style-btn {
		margin-top: 10px
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
