@media all and (min-width: 1600px)
  {
  html, body {
		/* font-size: 20px; */
	}
}

/* Smartphone & Tablet portrait */
@media all and (max-width: 1024px)
  {
  div[id*="ays-poll-container-"] .apm-answers .apm-choosing .ays_label_poll > div.ays-poll-answers {
	width: 100% !important;  
  	}
  
  .box-apm .apm-choosing .ays-poll-each-answer-grid {
	  word-break: initial !important;
  	}
  }


@media only screen
	and (min-device-width: 320px)
	and (max-device-width: 768px)
	and (orientation: portrait) {


	}

/* Smartphone & Tablet portrait */
@media all and (max-width: 768px)
  	{
	}

/* Tablet portrait */
@media only screen
	and (min-device-width: 768px)
	and (max-device-width: 768px)
	and (orientation: portrait) {

	}
