/*********************
BREAKPOINTS
*********************/
section {
  position: relative;
  display: block;
  clear: both;
}
section.video-section {
  overflow: hidden;
}
section .zone_single {
  position: relative;
  z-index: 2;
}

body.home {
  overflow-x: hidden !important;
}

.sectionBreak {
  height: 1px;
  margin: 0px auto;
  width: 80%;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #ccc), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #ccc, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #ccc, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #ccc, rgba(0, 0, 0, 0));
  background: linear-gradient(left, rgba(0, 0, 0, 0), #ccc, rgba(0, 0, 0, 0));
  border: 0;
  position: relative;
  margin-top: -1px;
  z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 736px) {
  .sectionBreak {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    width: 65%;
  }
}
