.rotatorContainer {
  padding: 0px;
}
.rotatorContainer .rotator {
  height: 160px;
  margin: 0 auto;
  position: relative;
  background-color: rgba(0,0,0,0.8);
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.7);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rotatorContainer .rotator img {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rotatorContainer .rotator.desktop {
  display: none;
}
.rotatorContainer .rotator .slides-navigation {
  display: none;
}
.rotatorContainer .rotator .overlay {
  z-index: 500;
  position: absolute;
  width: 100%;
  height: 160px;
  -webkit-box-shadow: inset 0px 0px 40px 10px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 40px 10px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 40px 10px rgba(0,0,0,0.75);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rotatorContainer .rotator .overlay .mobile a.logo img {
  width: 110px;
  margin: 0 auto;
  display: block;
}
.rotatorContainer .rotator .overlay .mobile .burger_open {
  background-image: url(../../images/burger.png);
  height: 32px;
  width: 32px;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 20px;
}
@media (min-width: 768px) {
  .rotatorContainer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .rotatorContainer .rotator {
    height: 310px;
  }
  .rotatorContainer .rotator.mobile {
    display: none;
  }
  .rotatorContainer .rotator.desktop {
    display: block;
  }
  .rotatorContainer .rotator .overlay {
    height: 310px;
  }
  .rotatorContainer .rotator .overlay .mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .rotatorContainer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .rotatorContainer .rotator {
    height: 410px;
  }
  .rotatorContainer .rotator .overlay {
    height: 410px;
  }
}
@media (min-width: 1200px) {
  .rotatorContainer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .rotatorContainer .rotator {
    height: 500px;
  }
  .rotatorContainer .rotator .overlay {
    height: 500px;
  }
}
