/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .desktop--hero-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin-top: 0;
    padding-top: 44%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: none; } }
@media only screen and (min-width: 768px) {
  .desktop--hero-banner {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    /*padding-top: 66.64%;*/
    padding-top: 36%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: block; }

  .banner-title {
    font-size: 32px;
    left: 45px;
    max-width: 310px;
    position: relative;
    top: 90px; }

  .desktop--products-hover {
    position: relative;
    top: -10px; } }
@media only screen and (min-width: 992px) {
  .banner-title {
    font-size: 34px;
    left: 45px;
    top: 130px; } }
@media only screen and (min-width: 1200px) {
  .banner-title {
    font-size: 44px;
    left: 45px;
    top: 160px; } }
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .green-underline {
    color: #6CC049;
    text-decoration: underline; } }
@media only screen and (min-width: 768px) {
  .consistent-gentle,
  .malleable-occlusion {
    position: absolute; }

  .consistent-gentle {
    left: -235px;
    max-width: 250px;
    top: -274px; }

  .malleable-occlusion {
    left: 30px;
    top: 10px; }

  .top-ree {
    margin-top: 280px; } }
@media only screen and (min-width: 992px) {
  .consistent-gentle {
    left: -160px;
    max-width: 327px;
    top: -364px; }

  .malleable-occlusion {
    left: 148px;
    top: 20px; } }
@media only screen and (min-width: 1199px) {
  .consistent-gentle {
    left: -195px;
    max-width: 379px;
    top: -444px; }

  .malleable-occlusion {
    left: 225px;
    top: 20px; } }

/*# sourceMappingURL=clamps.css.map */
