@media (min-width:600px) {
    .telefongoster { display:none !important; }
  }
  @media (max-width:600px) {
    .telefons { position: absolute; left: 50%; }
    .telefongoster { padding: 4px; height: 58px;background-color: rgba(37, 37, 37, 0.85); color: #fff; display: block !important; bottom: 0; width: 100%; text-align: center; border-top: 3px solid #fff; box-shadow: 0 -5px 30px 0 rgba(99, 99, 99, 0.8); z-index: 100; position: fixed; }
    .telefons2 { position: relative;
      bottom: 54px;
      height: 90px;
      width: 90px;
      left: -50%; }
    .iletisims { position: absolute; left: 20%; }
    .iletisims2 {  position: relative;bottom: 45px;
        height: 80px;
        width: 80px;
        left: -25%; }
    .whatsapps { position: absolute; right: 20%; }
    .whatsapps2 { position: relative;
        bottom: 45px;
        height: 80px;
        width: 80px;
        right: -25%; }
  }