a[href^="mailto:"] { 
  color: black;
  text-decoration: none;
}

a[href^="tel:"]  { 
  color: black;
  text-decoration: none;
}

.responsive-video { 
text-align : center;
        float: none;
        clear: both;
        width: 700px;
        position: relative;
        padding-bottom: 50.0%; /*56.25%*/
        padding-top: 25px;
        height: 0;
        margin: 0 auto;
        max-width: 100%;
        z-index: 1;
}
.responsive-video iframe {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
max-width: 700px;
max-height: 400px;
z-index: 2;
}
