#inner-page-wrapper > .container{
    width: 100%;
    padding: 0;
}

/** Communities **/
#ai-classic-communities-details-wrap {
    background: #f5f4f4;
	padding-bottom: 60px;
}

	.ai-classic-communities-details-content{

	}
		.ai-classic-communities-details-image{
			float: left;
			width: 38.75%;
			margin-right: 5%;
			margin-bottom: 4%;
            position: relative;
		}
				.ai-classic-communities-details-image canvas {
					display: block;
					width: 100%;
					background-repeat: no-repeat;
					background-position: center;
					background-size: cover;
				}
                #content .ai-classic-communities-details-image img {
                    object-fit: cover;
                    object-position: center center;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
					max-width: 100%;
                }
		.ai-classic-communities-details-text{
			padding-top: 96px;
			padding-left: 4%;
			padding-right: 4%;
		}
			 .ai-classic-communities-details-text h1{
				 letter-spacing: -0.02em;
				 line-height: 0.9;
				 font-size: 55px;
				 text-transform: uppercase;
				 color: var(--aios-communities-primary-color);
				 margin: 0 !important;
			 }
				.ai-classic-communities-details-text h1 span{
					position: relative;
					display: inline-block;
					padding-bottom: 40px;
					margin-bottom: 16px;
				}
					.ai-classic-communities-details-text h1 span:After{
						display: block;
						content: "";
						width: 106px;
						height: 5px;
						background: var(--aios-communities-primary-color);
						position: absolute;
						left: 0;
						bottom: 0;
					}
			 .ai-classic-communities-details-text p{
				 font-size: 15px;
				 letter-spacing: 0.005em;
				 line-height: 2;
				 padding: 20px;
			 }


 /*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
}
/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

	#ai-classic-communities-details-wrap{
		padding-top: 0;
	}
	.ai-classic-communities-details-image {
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	.ai-classic-communities-details-text {
		padding: 40px 15px;
	}
		.ai-classic-communities-details-text p{
			padding: 20px 0;
		}
}
/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {

}
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {

}
