.footer .links img.footer-icon {
  display: block;
  max-width: 150px !important;
  height: auto;
  margin: 2rem 0 1rem 0;
}


/* Virtual Class Music */

.vcm-infopage .col-main p,
.vcm-infopage .col-main ul,
.vcm-infopage .col-main li {
    font-size: 16px;
}

.vcm-button {
  margin: 0.75em;
}

img.vcm-button {
  display: block;
  margin: 0 auto 10px auto;
  max-width: 300px;
}

.vcm-container {
    padding: 2em 2em;
}

.vcm-hero-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 350px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.vcm-hero-container h2,.vcm-hero-container h3 {
    margin-right: auto;
    padding-left: 50px;
    max-width: 100%;
}

.vcm-hero-container h2, .vcm-hero-container h3 {
    text-shadow: 1px 1px 1px #000;
    font-weight: 700 !important;
    font-size: 2.5rem;
    color: #fff !important;
}

.vcm-hero-container h2.hero {
    text-shadow: 1px 1px 1px #fff;
    font-weight: 700 !important;
    font-size: 3.5rem;
    color: #232323 !important;
    line-height: 1.2;
}

ul.vcm-advantage {
  padding-right: 2em;
  list-style: none;
}

ul.vcm-advantage li {
  display: block;
  padding-bottom: 0.5em;
  margin-left: 1.5em;
}

ul.vcm-advantage li::before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #1677bd;
    width: 1.5em;
    display: inline-block;
    margin-left: -1.5em;
    font-size: 1.2em;
    vertical-align: bottom;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 2em;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.more-views {
  margin: 2em 0;
}

.more-views .product-image-thumbs a {
    display: inline-block;
    border: 1px solid silver;
} 

.more-views h2 {
  font-size: 1.1em;

}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-bottom: 2em;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    border:0;
}

.license-logos {
  display: block;
  width: 100%;
  text-align: left;
}

.license-logos img {
  display: inline-block;
  width: 80px;
}
