

.overlap_box {
	margin-top: -65px;
	position: relative;
	z-index: 9;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {

}

@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 480px) {
.overlap_box {
	margin-top: 0px;
}
.full_screen, .full_screen .carousel-item {
    height: 21vh;
}
}