@media (min-width: 768px) {
                    #header .no-custom-logo .siteTitle          { text-align: center; width: 100%; } 
                    #header .no-custom-logo .social-media-icons { position: absolute; right: 7px; }
                  }

                  @media (min-width: 890px) {
                    #header .mt-logo-wide .siteTitle          { text-align: center; width: 100%; margin-left: -70px; } 
                    #header .mt-logo-wide .social-media-icons { position: absolute; right: 0px; }
                  }
@media (min-width: 768px) { div#siteTitle IMG, div.siteTitle IMG
{ max-width: 600px !important; width: 100% !important; height: auto !important; }}/*  ------- Styles below the line are not shown during page editing --------- */
/* Cascades Best logo */
.custom-image-container {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1000;
    margin: 0;
    padding: 0;
  }

  /* Mobile: center the image */
  @media (max-width: 768px) {
    .custom-image-container {
      position: absolute !important;     
left: 50% !important;
      transform: translateX(-50%) !important;
      top: 30px !important;
margin-bottom: 10px;
    }

.siteTitle {
padding-top: 200px
}

  }