.parallax{
	background-size:cover; 
	background-position: center center;
	background-position-x: -55px !important;
	margin-top: 100px;
	overflow: hidden;
	width: 100%;
}

.parallax.row {
	margin: 0;
}

@media(min-width: 992px){
  
}

.parallax .container{
	position: relative;
	height: 100%;
}

.parallax-content{
	padding: 15px;
	font-size: 36px;
	background-color: rgba(255,255,255,0.3);
	top:30%;
	width: 100%;
	position: absolute;
}

.parallax-desktop{
	display: none;
}

@media(min-width: 562px){
	.parallax{
		background-position-x: 0px !important;
		background-attachment: fixed;
	}
}
@media (min-width: 768px) {
	.parallax-desktop{
		display: block;
	}
	
	.parallax-mobile{
		display: none;
	}
}

@supports (-webkit-overflow-scrolling: touch) {
	.parallax{
			/* background-attachment: initial; */
	}
}
