.chameleon  {
      position: absolute;
      width: 25rem;
      top: 28rem;
      right: 1%;
  }
    @media only screen and (max-width: 58.063em) {
      .slideshow {
        min-height: 9rem;
        max-height: 13rem;
      }
    }
    @media only screen and (min-width: 60.063em) and (max-width: 120.063em) { 
    .slideshow {
        height: 31rem;
        min-height: 31rem;
        max-height: 31rem;
      }
    }

  .ph_main {
        padding: 0.2rem 0;
  }  
  .ph_content_wrapper {
        min-height: 0;
        background-color: #f1f1f1;
  }