.glide .glide__track .glide__slides .glide__slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    width: 100%;
}
.glide .title {
	position: absolute;
	z-index: 2;
	top: 30%;
	background-color: rgba(255,255,255,0.8);
	border-radius: 3px;
}
.glide .glide__arrows .glide__arrow {
	display: none;
}
@media only screen and (min-width: 900px) {
	.glide .glide__arrows .glide__arrow {
		display: block;
	}
}
@media only screen and (min-width: 768px) {
	.glide .title {
    	left: 50%;
    	padding: 15px 70px;
    }
}
@media only screen and (max-width: 767px) {
	.glide .title {
    	left: 40%;
    	padding: 15px 10px;
    }
}
@media only screen and (max-width: 400px) {
	.glide .title {
    	left: 30%;
    	padding: 15px 10px;
    }
}
.glide .title h1 {
	padding: 0;
	margin: 0;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	font-size: 40px;
	color: #555d65;
}
.glide .title div {
	text-align: right;
	font-size: 90px;
	font-weight: bold;
	line-height: 90px;
	color: green;
}