@media screen and (min-width:768px){
	.d-flex {
	  display: -ms-flexbox !important;
	  display: flex !important;
	}
	.flex-row {
	  -ms-flex-direction: row !important;
	  flex-direction: row !important;
	}
	.content-leaderboard-2{
		display:none !important;
	}
}
@media screen and (max-width:768px){
	#rectangle-1 {
	  display:none !important;
	}
	.content-leaderboard-2{
		position:fixed;
		bottom: 0px;
		z-index: 10000;
		width: 100%;
		float: left;
	}
	#primary-sidebar{
		width: 100%;
		float: left;
	}
	#footer-bottom{
		padding-bottom: 100px !important;
	}
}
.container-skycraper
{
	width: 100%;
	float:left;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	justify-content:center !important;


}