.soundslice-trigger {
  font-family: "Asap Condensed", Sans-serif;
  font-size: 21px;
  font-weight: 500;
  background-color: #C9040F;
  border-radius: 1px 1px 1px 1px;
  padding: 15px 30px;
  transition-duration: 0.3s;
  transition-property: transform;
  display: inline-block;
  line-height: 1;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  transition-property: all;
  transition-duration: 0.3s;
}
.soundslice-trigger:hover {
  transform: scale(1.1);
  color: #fff;
}

#soundslice-stage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background: #fff;
  transform: translateY(100%);
  transition: all 0.3s;
  pointer-events: none;
}
#soundslice-stage.active {
  transform: translateY(0);
  pointer-events: auto;
}
#soundslice-stage .soundslice-stage-top {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
#soundslice-stage .soundslice-stage-top .left,
#soundslice-stage .soundslice-stage-top .right {
  display: flex;
  width: 50%;
  padding: 0 15px;
}
#soundslice-stage .soundslice-stage-top .left h3 {
  position: relative;
  top: 5px;
  margin: 0;
  padding: 0;
  color: #fff;
}
#soundslice-stage .soundslice-stage-top .right {
  justify-content: flex-end;
}
#soundslice-stage .soundslice-stage-inner {
  height: calc(100vh - 50px);
}
#soundslice-stage .soundslice-stage-inner iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1023px) {
  #soundslice-stage .soundslice-stage-top {
    height: 100px;
  }
  #soundslice-stage .soundslice-stage-inner {
    height: calc(100vh - 100px);
  }

  .soundslice-trigger-container {
    display: flex;
    justify-content: center;
  }
}

/*# sourceMappingURL=bobby.css.map */
