.galleryapp_box {
    border: 3px solid #ced1e1;
    border-radius: 5px;
    box-shadow: 0 0 2px 2px #9a9a9a !important;
}

@media only screen and (max-width: 480px) {
/* put CSS here for mobile view */

 #header_text_position {
  top: 170px!important;
      left: 30%!important;
  }
  
  #header_swoosh {
    left: 34%!important;
    top: 67%!important; 
}
  
  #header_text_position_two {
    left: 31%!important;
    top: 86%!important;
}
 
  #header_logo_position{
  left:0%!important;
  }
}

@media only screen and (min-width:480px) and (max-width: 1024px) {
/* put CSS here for mobile view */

 #header_text_position {
margin-top: 97px!important;
  }
  
    #header_text_position_two {
    top: 86%!important;
}

#menuWidget {
  height: 90px !important;
  }
  
 #mainlevel {
  padding-left: 5em !important;
 padding-right: 5em !important;
    }
  }

@media only screen and (max-width: 1024px) and (min-width:768px) {
/* put CSS here for mobile view */

#menuWidget {
  height: 90px !important;
  }

}

@media only screen and (max-width: 1100px) and (min-width:768px) {
/* put CSS here for mobile view */

#menuWidget {
  height: 90px !important;
  }
    }