.section-contact-map {
  padding-top: 50px;
  padding-bottom: 75px;
}

.section-contact-map-wrap {
  background-image: url("../../img/contact-map-lines.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 100%;
	max-width: 1430px;
	aspect-ratio: 2 / 1;
	z-index: 1;
	margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .section-contact-map-wrap { 
    overflow: hidden;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    background-size: contain;
    background-size: 130%;
    aspect-ratio: 3 / 2;
  }
}

@media only screen and (max-width: 399px) {
  .section-contact-map-wrap { 
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}

.section-contact-map-pin {
  position: absolute;
  width: 3.916%;
  aspect-ratio: 1 / 1;
  background-image: url("../../img/contact-map-pin.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 599px) {
  .section-contact-map-pin {
    width: 6%;
  }
}

.section-contact-map-pin:hover {
  transform: scale(1.1);
}

#section-contact-map-pin-1 {
  left: 49%;
  top: 28.5%;
}

@media only screen and (max-width: 599px) {
  #section-contact-map-pin-1 {
    left: 48%;
    top: 29%;
  }
}

.section-contact-btn-wrap {
  margin: -60px auto 0 145px;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
}
