.page-id-312 .has-luminous-vivid-amber-background-color {
  background-color: #ff0000!important;
  color: #fff!important;
}

.fixed_bnr {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  display: block;
  transition: opacity 0.5s;
}
.fixed_bnr:hover {
  opacity: 0.7;
}
.fixed_bnr img {
  display: block;
}
@media screen and (max-width:48em) {
  .fixed_bnr {
    left: 0;
    right: 0;
    bottom: 0;
  }
  .fixed_bnr img {
    width: 100%;
    height: auto;
  }
}

.customify-container, .layout-contained {
  overflow-x: hidden;
}