

@media screen and (max-width: 768px){

.trip-img {
    overflow: hidden;
    position: relative;
    min-height: 694px;
    background: url(../img/bustemp2.jpg) 70% 40% no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    display: block;
	}


}

@media (max-width: 767px)
{
.trip-img {
    min-height: inherit;
    background: #18ba9b !important;
}

}



.slide-header-text {
    color: red !important;
    position: absolute;
    top: -140px;
    right: 2px;
    width: 680px;
}

@media screen and (max-width: 1024px){
.slide-header-text {
    color: red !important;
    position: absolute;
    top: -160px;
    right: 30px;
    width: 540px;
}
}


@media screen and (max-width: 768px){

.slide-header-text {
    color: red !important;
    position: absolute;
    top: -220px;
    right: 400px;
    width: 320px;
}

}