.map-responsive {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.facebook {
   color: #074ce0; /* Facebook Blue */
}

.instagram {
   color: #E1306C; /* Instagram Gradient Start */
}

.linkedin {
   color: #0077B5; /* LinkedIn Blue */
}

.twitter {
   color: #1DA1F2; /* Twitter Blue */
}