/* 2015 - 2018 by AiCOACH Sp. z o.o. All rights reserved */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  #contents-section img {
		width: 500px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#contents-section .contents-menu  {
		display: inline-block;
	}

	#contents-section h2, #contents-section .contents-menu, section .question_container .question p  {
		text-align: center;
	}

	#contents-section img {
		width: 400px;
		margin-top: 30px;
	}

	.arrow-toggle {
	  display: none;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  #contents-section img {
		max-width: 200px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  
}

/* 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) {

}
