.ph_header {
    min-height: 38rem;
  }
  @media only screen and (max-width: 64.063em) {
  .ph_header { 
       min-height: 5rem;
     }
   }


  #c72796 img:hover, #c72798 img:hover {
      animation:move 8s ease infinite;
      -ms-animation:move 8s ease infinite;
      -webkit-animation:move 8s ease infinite;
      -0-animation:move 8s ease infinite;
     -moz-animation:move 8s ease infinite;
  }