@media (min-width: 1200px) {
  .main_container {
    position: relative;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 1200px;
    height: auto;
    padding: 10px;
    margin-bottom: 200px;
  }

  .homeslimduyurudiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 27px;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: .2s ease;
  }

  .homeslimduyurudiv:hover {
    background-color: #222;
  }

  .homeslimduyurudiv .bildiria {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: monospace;
    font-weight: normal;
    color: #555;
    cursor: cell;
    height: 100%;
    font-size: 14px;
  }

  .homeslimduyurudiv .bildirip {
    font-family: monospace;
    font-weight: normal;
    color: #aaa;
    cursor: cell;
    font-size: 12px;
    padding: 20px 50px;
    margin-bottom: 5px;
    border-radius: 5px;
    border-right: 5px solid #222;
    border-left: 5px solid #222;
    transition: .2s ease;
    text-decoration: wavy;
  }

  .homeslimduyurudiv .bildirip:hover {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    color: #fff;
    background-color: #272727;
  }

  .homeslimduyurudiv .bildirispan {
    font-family: monospace;
    color: #aaa;
  }
}

@media (max-width: 1200px) {
  .main_container {
    position: relative;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 1200px;
    height: auto;
    padding: 10px;
    margin-bottom: 200px;
  }

  .homeslimduyurudiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 27px;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: .2s ease;
  }

  .homeslimduyurudiv:hover {
    background-color: #222;
  }

  .homeslimduyurudiv .bildiria {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: monospace;
    font-weight: normal;
    color: #555;
    cursor: cell;
    height: 100%;
    font-size: 14px;
  }

  .homeslimduyurudiv .bildirip {
    font-family: monospace;
    font-weight: normal;
    color: #aaa;
    cursor: cell;
    font-size: 12px;
    padding: 20px 50px;
    margin-bottom: 5px;
    border-radius: 5px;
    border-right: 5px solid #222;
    border-left: 5px solid #222;
    transition: .2s ease;
    text-decoration: wavy;
  }

  .homeslimduyurudiv .bildirip:hover {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    color: #fff;
    background-color: #272727;
  }

  .homeslimduyurudiv .bildirispan {
    font-family: monospace;
    color: #aaa;
  }
}

@media (max-width: 700px) {
  .main_container {
    position: relative;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 1000px;
    padding: 0px;
    margin-bottom: 0px;
    background-color: #eee;
  }

  .homeslimduyurudiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    padding: 5px 5px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 5px;
    transition: .2s ease;
    border-bottom: 1px solid #ddd;
  }

  .homeslimduyurudiv:hover {
    background-color: #222;
  }

  .homeslimduyurudiv .bildiria {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: monospace;
    font-weight: normal;
    color: #555;
    cursor: cell;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .homeslimduyurudiv .bildirip {
    font-family: monospace;
    font-weight: normal;
    color: #aaa;
    cursor: cell;
    font-size: 12px;
    padding: 10px 5px;
    margin-bottom: 5px;
    border-radius: 0px;
    border-right: 3px solid #222;
    border-left: 3px solid #222;
    transition: .2s ease;
    text-align: center;
  }

  .homeslimduyurudiv .bildirip:hover {
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    color: #fff;
    background-color: #272727;
  }

  .homeslimduyurudiv .bildirispan {
    font-family: monospace;
    color: #aaa;
  }
}