body.lto-tomahawk .wrap main section.tomahawk .inner .quality {
  /* position: relative; */
}
body.lto-tomahawk .wrap main section.tomahawk .inner .quality::before {
  background: url(../images/lto-tomahawk/tomahawk-label.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 124px;
  height: 140px;
  position: absolute;
  bottom: calc(100% + 20px);
  right: 0;
}
@media only screen and (max-width: 767px) {
  body.lto-tomahawk .wrap main section.tomahawk .inner .quality::before {
    width: 20vw;
    height: 23vw;
  }
}



body.contact section.form table td .warning {
    background-color: #ffb8a8 !important;
}



@media only screen and (max-width: 960px){
  body.bloomin main #story .inner figure {
      height: auto;
  }
}


body.contact section.form table td .warning {
    background-color: #ffb8a8 !important;
}
