@media only screen and (max-width : 1024px){
  #title_text {
   font-family: 'Shadows Into Light', cursive;
   font-size: 50px;
   text-decoration: none;
   font-weight: 800;
   color: #fff;

   position: absolute;
   top: 10%;
   left: 10%;
  }

  #page_width {
    padding: 20px;
  }

  #main_ban_btn {
    position: absolute;
    top: 33%;
    right: 15%;
  }


#main_ban_btn li {
    padding: 10px;
    min-width: 100px;
    border: 2px solid #333;
    border-radius: 5px; 
     margin-right: 6px;
}

   #main_ban_btn li a{
     position: relative;
     color: #fff;
     text-decoration: none;
     padding: 10px;
     display: block;
     font-size: 15px;
     font-weight: 500;
  }

  .search_blox_box {
    width: 100px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #333;
    height: 25px;
    text-align: center;
}

#page_width img {
  max-width: 300px;
}

}