

/* IPAD LANDSCAPE */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape){
	/*html{width: 900px;}
	.container{width: 900px;}*/

		#home_first_section{ background-attachment:scroll !important;
			background-position: 100% 50%;}

		.mega-menu-content .column {
		    border-left: none;
		}

}

/* IPAD PORTRAIT */
/*-----------------------------------*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait){
		
		/* On portrait the row_top_game_page_info should stay on the top right corner */
		.podium_xs_list{position:absolute; left:0px; top:220px;}
		#row_top_game_page_info{position:absolute; right:0px; top:-280px;}
}

/* FOR small screens (iphones) */
@media only screen and (max-device-width : 568px){
	
	/* No mega banners for iphones : too big. Note : banner_mega_middle hasn't the class "megabanner"*/
	.megabanner, #banner_mega_middle{display:none !important;}

	/* game_page_menu */
	#game_page_menu{height: 30px;}
	#game_page_menu li{font-size: 1em; padding: 1px 5px;margin: 0px !important;width:20%;}
	#game_page_menu.bigger li{margin: 0px !important;}
	#game_page_menu.bigger #btn_display_only_game{margin: 0px !important;font-size: 1em;}

	/* Comment reply */
	.comment_unit.reply {
	    padding-left: 40px;
	}

	/* Comment avatars and user info */
	.comment_unit .avatar{
		-ms-transform: scale(0.5, 0.5);
	    -webkit-transform: scale(0.5, 0.5);
	    transform: scale(0.5, 0.5);
	    -ms-transform-origin : 0 0;
	    -webkit-transform-origin : 0 0;
	    transform-origin : 0 0;
	}
	.comment_unit .login_link{
		margin-top: -50px;
		display: block;
	}
	.comment_unit .fa-archive, .comment_unit .favusers_button{display:none;}

	/* Hide the fullscreen button. */
	/*-----------------------------------*/
	#btn_fullscreen{display:none;}

}

/* for big and little mobile / tablet screens */
@media only screen and (max-device-width : 1300px){
	/*span.thumg_in_h1{display: none;}*/
	/* games */

	/* RGPD; The tab not on mobile. */
	/*-----------------------------------*/
	.qc-cmp-persistent-link{display:none !important;}
		
}

.game_container_on_mobile{position:absolute;top:-15px;left:0px;}


