@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");

#iframe{

margin-top: 10%;
margin-left: 10%;
width: 210%;
height: 300px;
}



.container-contact {
  width: 50%;
  font-size: 17px;
  margin-top: 5%;
  height: 400px;
  background: rgb(235, 235, 235);
  box-shadow: 2px 2px 10px 0 rgba(51, 51, 51, 0.2);
}

@media only screen  and (max-width: 767px) {

  .iframe{

      visibility:hidden!important;
      display:none!important;
    
    }
}
