/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
/* lg */
@media only screen and (max-width : 1750px) {
	.concourse_fixed_block {
		display: none;
	}

}

@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
/* md */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
/* sm */
@media only screen and (max-width : 768px) {
	.box {
		padding: 30px 0 30px 0;
		margin: 50px 0 20px 0 !important;
	}
	
}

/* Extra Small Devices, Phones */
/* xs */
@media only screen and (max-width : 480px) {
	.about-info h1 {
		font-size: 26px;
	}
	.about-info {
		padding-top: 10px;
		font-size: 18px;
	}
}

/* Custom, iPhone Retina */
/* xs */
@media only screen and (max-width : 320px) {
}