#intro_screen{
	z-index:1;
	position:relative;
	text-align:center;
}

#intro_title{
	z-index:2;
	position:relative;
	background-image: url('https://rcs.mako.co.il/images/electionQuiz/intro_screen/logo.png?s=1212121');
	background-repeat:no-repeat;
	/*background-position-x: 50%;*/
	background-position: center 0;
	width: initial;
}
@media screen and (max-width: 600px) {
	    #intro_title{ top: -9px; }
}
.ie #intro_title{
	width:100%;	
}
 
#intro_btn_explain_container {
	z-index:3;
	position: absolute;
	
	top: 86%;
	width: 100%;
	text-align: center;
}

#intro_start_btn_container {
	z-index:4;
	position: absolute;
	top: 68%;
	width: 100%;
	text-align: center;
}

#intro_footer_btn_container {
	z-index:5;
	position: absolute;
	top: 106%;
	width: 104%;
	text-align: center;
}

@media screen and (min-height: 700px) {
	.iphone #intro_btn_explain_container {
		top: 60%;
	}
	.iphone #intro_start_btn_container {
		top: 75%;
	}

	.iphone #intro_footer_btn_container {
		top: 98%;
	}

}

@media screen and (max-height: 700px) {
	.iphone #intro_btn_explain_container {
		top: 65%;
	}
	.iphone #intro_start_btn_container {
		top:50%;		
	}
	.iphone #intro_footer_btn_container {
		top: 92%;
	}

}


.galaxySII #intro_screen {
	height:107%;
}

.galaxySII #intro_screen.with_add_bar {
	height:95%;
}


.start_questioner{
	display: block;
    text-align: center;
    text-decoration: underline;
    color: red;
    font-size: 90px;
}




@media screen and (max-width: 600px)  {
	/* html , body{
		min-height: 85vh;
	} */
}
/*  and (max-width: 667px) and */
@media screen and (min-width: 320px) and (orientation: portrait) {
	
	/* html.isIphone.fpapp{
		transform: rotate(-90deg);
		transform-origin: left top;
		height: 100vw;
		width: 100vh;
		overflow-x: hidden;
		position: absolute;
		top:100%;
		left: 0;
	} */
	
  body, html{
		overflow:hidden;
		min-height: 100vh;
	 }
	.iphone #election_quiz_body,
	.Instagram #election_quiz_body{
		transform: rotate(-90deg);
		transform-origin: left top;
		height: 100vw;
		width: 100vh;
		overflow-x: hidden;
		position: absolute;
		top:100%;
		left: 0;
		background-size: cover;
		background-image: url(https://rcs.mako.co.il/images/election2015quiz/bg/bg_ipad.jpg);
		background-repeat: no-repeat;
	  }
		body.iphone,
		.Instagram body{
		  background-size: cover;
		  width: 100vw;
		  height: 100vh;
		  background: none;
	  }
	  body .iphone .web,
	  body .web{
		 height: 40vh;
	 }
	 .iphone .logo_mako.web,
	 .Instagram .logo_mako.web{
		 display: none;
	 }

	 .iphone #bullets_wrapper,
	 .logo_mako.web #bullets_wrapper{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	 }
	  /* html .web{
		height: 21vh;
		transform: scale(1.3);
	  } 
	 
	  html  .iphone .web{
		  height: 23vh;
		  transform: scale(1.2);
	  } */
	  /*
	  #candidates , #priority_cards_container , #activity_results{
		  left:490px !important;
	  }
	  #social_buttons_container{
		top: 328px !important;
	  } */
	  #bullets_wrapper .bullet{
		/* width:115px !important; */
	}
	  #social_buttons_container{
		top: 109px;
	  }
	  #question_content{
		  max-width: 640px;
	  }
	  #question_and_bullets.web{
		  position: relative;
		  top: 41px;
	  }
	  #question_next_button_container{
		  position: relative;
		  top:70px;
	  }
  }