html {
    font-family: "Roboto", sans-serif;
  }
  body {
    padding: 0px;
  }
  main {
    background: url(./im-map-tr/spirationdark.png);
    z-index: 1;
    margin-top: 88px;
    padding: 10px 10px;
    border-top: 1px solid #979797;
    display: flex;
    position: relative;
    flex-flow: column;
  }
  .box-im h2 {
    background-color: aliceblue;
    letter-spacing: 0.13em;
    text-align: center;
    opacity: 0.4;
  }
  
  .hover01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  .hover01 span {
    bottom: 0px;
    display: block;
    width: 350px;
    margin: 0px 10px;
    margin-bottom: 20px;
    background-color: rgb(70, 70, 70);
    padding: 0;
    color: rgb(255, 255, 255);
    font-size: 16px;
    letter-spacing: 0.13em;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  
    opacity: 0.4;
  }
  figure {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 0px 10px;
    padding: 0px;
    background: #fff;
    overflow: hidden;
  }
  figure:hover + span {
    color: rgb(200, 200, 200);
    opacity: 1;
  }
  
  /* Zoom In #1 */
  .hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .box-map {
    padding: 0;
  }
  .box-map h2 {
    text-align: center;
    border: 2px solid rgb(255, 255, 255);
    margin-bottom: 0;
  }
  
  .box-map iframe {
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
  }
  
  /* ANDROİD ANDROİD ANDROİD ANDROİD ANDROİD ANDROİD ANDROİD*/
  
  @media (max-width: 767px) {
    .box-im h2 {
      font-size: 15px;
    }
    .hover01 span {
      width: 350px;
      margin: 0px 10px;
      margin-bottom: 10px;
      font-size: 14px;
      width: 310px;
    }
    figure {
      width: 310px;
      margin: 0px 10px;
    }
    .box-map h2 {
      font-size: 12px;
    }
    .box-map iframe {
      height: 300px;
      width: 100%;
      margin-top: 0px;
      margin-bottom: 5px;
    }
  }
  