/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 300px) {
  .time-day {
    left: 30px;
    position: relative;
  }
  .hexagon {
    width: 132px;
    height: 160px;
  }
  .accordion .panel-heading a.btn.btn-default {
    position: unset;
  }
  .hexagon.hexagon-se > .text-wrapper {
    width: 130px;
  }
}

@media only screen and (max-width: 360px) {
  .download {
    position: relative;
    top: 0;
  }
}
@media only screen and (min-width: 380px) {
  .hexagon {
    width: 152px;
    height: 180px;
  }
  .hexagon.hexagon-se > .text-wrapper {
    width: 160px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .keyvisual {
    top: 100px;
  }
  .time-day {
    left: 0;
    position: relative;
  }
  .accordion .panel-heading a.btn.btn-default {
    right: 20px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .hexagon {
    width: 182px;
    height: 210px;
  }
  .accordion .panel-heading a.btn.btn-default {
    position: absolute;
    right: 50px;
  }
}
/* Medium Devices, Desktops */
@media only all and (min-width: 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}
