@charset "UTF-8";

.dnp-wrap-map{
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 768px){
  .dnp-wrap-map{
    width: 100%;
    height: 650px;
  }
}