@media (max-width: 512px) {
	.view-header-slideshow .image-wrap, .view-header-slideshow .image-wrap img  {
    height: 25vh;
    min-width:100%;
    width: 100%;
    max-width: 100%;
	}
}
@media (max-width: 750px){
	.view-header-slideshow .image-wrap, .view-header-slideshow .image-wrap img {
    height: auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
  .view-header-slideshow .text-wrap {
    position: relative;
    width:100%;
    background: #fff;
  }
  .view-header-slideshow .text-wrap .container {
      width:100%;
      margin:0px;
      background: #fff;
      justify-content: center;
  }
  .col-md-9{
      width: 100%;
  }
  .view-header-slideshow .text-wrap .container .inner .text{
      width: 100%;
      margin: 0px;
      padding: 30px 0px;
      background: #fff;
      color: #2B2B25;
  }
  .view-header-slideshow .text-wrap .container .inner .text-3 {
      margin-bottom:10px 0px;
  }
  .view-header-slideshow .text-wrap a {
  font-size: 0.8em;
  padding: 10px 20px;
  }
}
