@media only screen and (max-width:990px){
    .displayy{
    display: none;
  }

}
@media only screen and (max-width:900px){
  .menu-botton{
    display: block;
  }
  .i-hakkimizda-genel{
    margin-top: 0px;
  }
  .body{
    overflow: hidden;
  }
  .menu-logo{
    display: block;
    top: 0;
    left: 0;
    margin-left:10px;
    margin-top: 10px;
  }
  .menu{
    height: 101vh;
    width: 100%;
    border-radius: 0px;
    padding-top: 50px;
    overflow: hidden;
    overflow-y: visible;
    margin-left: 100%;
    position: fixed;
    z-index: 9999;
  }
  .menu-genel{
    height:60px;
    width: 100%;
    margin-top: 0px;
    background: #f7f7f76b;
    position: fixed;
  }
  .menu-genel:after{
    content: '';
    display: block;
    position: absolute;
    height: 70px;
    width: 70px;
    left: 50%;
    right: 50%;
    border-radius: 100px;
    margin-left: -33px;
    background: white;
    margin-top: 5px;
      -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.19);
    background-image: url('../images/menu-logo.png');
    background-size: 70px;
    background-repeat: no-repeat;
  }
  .menu > ul > li {
    float:none;
    width: 100%;
    background: #292728;
    text-align: center;
    transition: 0.5s;
  }
  .menu > ul > li > a{
    font-size: 15px;
  }
  .menu > ul > li > .alt-menu{
    width: 100%;
    margin-top: 0px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: visible;
  }
  .alt-menu li a{
    display: block;
    width: 100%;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: white;
  }
  .alt-menu li a:hover{
    background: #fdb713;
    color:white;
  }
  .menu .menu-left{
    float: none;
  }
  .menu .menu-right{
    float: none;
  }

  .menu::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }

  .menu::-webkit-scrollbar
  {
    width: 6px;
    background-color: #F5F5F5;
  }

  .menu::-webkit-scrollbar-thumb
  {
    background-color: #fcb818;
  }

  .alt-menu::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }

  .alt-menu::-webkit-scrollbar
  {
    width: 6px;
    background-color: #F5F5F5;
  }

  .alt-menu::-webkit-scrollbar-thumb
  {
    background-color: #000000;
  }

}/*900*/
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .ontainer-h {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .ontainer-h::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}
@media only screen and (max-width:570px){
  .i-hakkimizda-text{
    background-image: url("../images/ayvaz-home-logo-bg.png");
    background-size: 600px 100%;
    background-position: center;
    padding-top:50%;
  }
  .galeri-genel{
    margin-bottom: 250px;
  }

}

@media only screen and (min-width : 488px) and (max-width : 900px) {


}
