@media (max-width: 1023px){

	.text-friends{
		height: auto !Important;
		max-height: none !important;
		min-height: 0 !important;
		min-width: 0 !important;
		max-width: 100% !important;
		padding-bottom: 30px;
	}
	
	.left-column-50{
		min-width:0 !important;
	}
	
	.slider{
		min-width: 0 !important;
		max-width:none !important;		
	}
	
	.carousel{
		min-height:0 !important;
		max-height:none !important;
	}
	
	.about-body {
		padding-bottom: 60px !Important;
	}	
	
	
	.title{
		padding-left:20px;
		padding-right:20px;
	}
	
	.description-friends{
		padding-left:20px;
		padding-right:20px;
	}
	
	.slider-back{
		width: 100%;
		height: 100%;
		background-image: url(../../images/friends/friends_mateenglaciar.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
	}

	.slider-back2{
		width: 100%;
		height: 100%;
		background-image: url(../../images/friends/friends_glaciar.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}

	.slider-back3{
		width: 100%;
		height: 100%;
		background-image: url(../../images/friends/friends_esquies.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}

	.slider-back4{
		width: 100%;
		height: 100%;
		background-image: url(../../images/friends/friends_bandera.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}

	.slider-back5{
		width: 100%;
		height: 100%;
		background-image: url(../../images/friends/friends_amigos.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}

}