.page_inner.section_image .center_inner h1 {
  margin-bottom: 510px;
  margin-top: -370px;
	position: absolute;
}
.section_image {
    position: relative;
	padding top 50px;
}

.section_image h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem 0rem 0rem 10%;
    max-width: 45%;
}

@media (max-width: 1420px) {
	.section_image h1 {
		padding: 1rem 0rem 0rem 5%;
	}
}

@media (max-width: 1200px) {
    .section_image h1 {
        position: absolute;
        top: 80;
    }

    .section_image h1 span:last-of-type{
        font-size: 22px !important;
    }
    .section_image h1 span:last-of-type br{
        display: none;
    }
}

@media (max-width: 991px) {
    .section_image h1 span:last-of-type{
        display: none;
    }
}

@media (max-width: 767px) {
    .section_image h1 span:last-of-type{
        display: initial;
    }
    .section_image h1{
        position: unset;
        width: 100%;
        max-width: 100%;
    }
}

.page_inner {
	padding-top: 0;
}
.model_promo.section_image .model_promo_img {
	position:relative;
}
.black-wrapper {
	position: absolute;
	height: 100%;
	left: 0;
	width: 100%;
}

.flip-mask-wrapper {
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  border-left: 1px solid #fff;
  cursor: none;
}
.flip-mask {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.white-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  width: 100%;
}
.flip-mask-wrapper .arrows {
	position: absolute;
	bottom: 30%;
	left: -24px;
	top: auto;
	margin: 0;
	z-index: 99;
}
@media (max-width: 1100px) {
	.model_promo_img img {
		left: 0%;
		top: 0%;
		margin-left: 0;
		max-width: 100%;
	}
	.model_promo_img {
		height: 400px;
	}
	.page_inner.section_image .center_inner h1 {
	  margin-bottom: 10px;
	  margin-top: 10px;
	}
	.model_promo.section_image {
		margin-bottom: 0;
	}

}
@media (max-width: 992px) {
	.model_promo_img {
		height: 370px;
	}
}
@media (max-width: 991px) {
	.model_promo_img {
		height: 390px !important;
	}
	.model_promo_img img {
		margin-left: -10%;
		max-width: 120%;
	}

}
@media (max-width: 800px) {
	.model_promo_img img {
		margin-left: -20%;
		max-width: 140%;
	}
}
@media (max-width: 767px) {
	.page_inner {
		padding-top:0 !important;
	}
}
@media (max-width: 480px) {
	.model_promo_img {
		height: 220px !important;
	}
}