#cat_eyes_container {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  width: 100%;
  margin: 0px 0px 0px 0px;
}

#cat_eyes {
    position: relative;
    left: 0px;
    top: 0px;
    width: 247px;
    height: 320px;
    /* margin: 0px; */
    margin: 40px 0px 0px 0px;
    padding: 0px;
    border-width: 0px;
    transform: scale(0.9,0.9);
    /* transform: translateX(50%); */
} 
  
#cat_eye_left {
    filter: grayscale(0%);
    position: absolute;
    left: 64px;
    top: 112px;
    width: 48px;
    height: 48px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    z-index: -1;
    transition: filter .25s ease;
}
  
#cat_eye_right {
    filter: grayscale(0%);
    position: absolute;
    left: 135px;
    top: 112px;
    width: 48px;
    height: 48px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    z-index: -1;
    transition: filter .25s ease;
}



@media (max-height: 850px) {
  #cat_eyes {
    position: relative;
    left: 0px;
    top: 0px;
    width: 247px;
    height: 320px;
    margin: 0px 0px -60px 0px;
    transform: scale(0.8,0.8);

  }
}

@media (max-height: 800px) {
  #cat_eyes {
    position: relative;
    left: 0px;
    top: -20px;
    width: 247px;
    height: 320px;
    margin: 0px 0px -80px 0px;
    transform: scale(0.7,0.7);

  }
}
