 .u-section-1 {
  background-image: url("images/COOL.png");
  background-position: 50% 50%;
  min-height: 1395px;
}

.u-section-1 .u-audio-1 {
  width: calc(((100% - 1140px) / 2)  + 118px);
  height: 88px;
  transition-duration: 0.5s;
  background-image: none;
  margin: 1307px 0 0 auto;
}

@media (max-width: 1199px) {
   .u-section-1 {
    min-height: 1150px;
  }

  .u-section-1 .u-audio-1 {
    width: calc(((100% - 940px) / 2) + 118px);
  }
}

@media (max-width: 991px) {
   .u-section-1 {
    min-height: 881px;
  }

  .u-section-1 .u-audio-1 {
    width: calc(((100% - 720px) / 2) + 118px);
  }
}

@media (max-width: 767px) {
   .u-section-1 {
    min-height: 661px;
  }

  .u-section-1 .u-audio-1 {
    width: calc(((100% - 540px) / 2) + 118px);
  }
}

@media (max-width: 575px) {
   .u-section-1 {
    min-height: 416px;
  }

  .u-section-1 .u-audio-1 {
    width: calc(((100% - 340px) / 2) + 118px);
  }
}

.u-section-1 .u-audio-1,
.u-section-1 .u-audio-1:before,
.u-section-1 .u-audio-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-1 .u-audio-1.u-audio-1.u-audio-1:hover:before {
  background-color: #999999 !important;
}

.u-section-1 .u-audio-1.u-audio-1.u-audio-1.hover:before {
  background-color: #999999 !important;
}