section.address {
  z-index: 0 !important;
  position: relative;
}

@media (min-width: 992px) {
  section.address {
    display: flex;
    align-items: center;
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  section.address #map {
    margin-bottom: 1rem;
    width: 100%;
    height: 200px;
  }
}

@media (min-width: 992px) {
  section.address #map {
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

section.address .container {
  z-index: 2 !important;
  position: relative;
}

@media (min-width: 992px) {
  section.address .addressinformation {
    display: flex;
  }
}

@media (max-width: 991px) {
  section.address .addressinformation {
    display: flex;
  }
}

/*section.story{
    //background:#000;

    iframe{
        width:854px;
        height:480px;
        @include respond-below(md){
            width:100%;
            height:300px;
        }
    }
    h1{
        //color:#fff;
    }
    p{
        max-width: 854px;
        //color:#fff;
        font-size:1.3rem;
        display: inline-block;
    }
    span.location{
        //color:#f1f1f1;
    }
}*/

section.customerStories .filter {
  /*margin-bottom:1.5rem;
  padding:1rem 2rem;
  @include respond-above(md) {
      width: calc(100% - 1rem);
  }
  display: flex;
  position: relative;
  justify-content:space-between;


  border:1px solid #f1f1f1;*/
}

section.customerStories .filter .buttons {
  display: flex;
  flex-wrap: wrap;
}

section.customerStories .filter .buttons a {
  margin-right: 0.5rem;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  padding: 0.4rem 1rem !important;
}

section.customerStories .filter .buttons a .fi,
section.customerStories .filter .buttons a i {
  margin-right: 0.5rem;
}

section.customerStories ul {
  padding: 0px;
}

section.customerStories ul li {
  margin: 0px 0px 1.5rem 0px;
  padding: 0px;
  list-style-type: none;
  float: left;
}

@media (min-width: 768px) {
  section.customerStories ul li {
    padding: 0px 1rem 0px 0px;
  }
}

section.customerStories ul li a {
  color: #333;
}

section.customerStories ul li:hover div.imageWrapper .overlay {
  display: flex;
}

section.customerStories ul li div.imageWrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

section.customerStories ul li div.imageWrapper img {
  width: 100%;
}

section.customerStories ul li div.imageWrapper span.beforeA {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -30px;
  width: calc(100% + 20px);
  height: 40px;
  background: #EBF3FB;
  opacity: 1;
  transform-origin: 0 0;
  transform: rotate(-2deg);
}

section.customerStories ul li div.imageWrapper span.location {
  position: absolute;
  left: 10px;
  bottom: 0;
  z-index: 1;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  section.customerStories ul li div.imageWrapper span.location {
    font-size: 0.7rem;
  }
}

section.customerStories ul li .hotelTitle {
  padding-top: 0rem;
  padding-bottom: 0.8rem;
  background: #EBF3FB;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  line-height: 1.2rem;
  z-index: 3 !important;
}

section.customerStories ul li .hotelTitle span.title {
  font-size: 1.1rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  section.customerStories ul li .hotelTitle span.title {
    font-size: 1rem;
  }
}

