.ccm-page .zoom-video {
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
}
.ccm-page .zoom-video a {
  display: block;
}
.ccm-page .zoom-video a img {
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.ccm-page .zoom-video svg {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
  left: 53%;
  max-width: 20%;
  max-height: 33%;
  position: absolute;
  top: 52%;
  pointer-events: none;
  z-index: 1;
}
.ccm-page .zoom-video svg path {
  fill: #f2ca04;
}
.ccm-page .zoom-video img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 480px) {
  .ccm-page .zoom-video img {
    max-width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .ccm-page .zoom-video img {
    max-width: 55%;
  }
}
@media only screen and (min-width: 992px) {
  .ccm-page .zoom-video img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .ccm-page .zoom-video img {
    max-width: 450px;
  }
}
@media only screen and (min-width: 1400px) {
  .ccm-page .zoom-video img {
    max-width: 535px;
  }
}
.ccm-page .zoom-video:hover svg {
  max-width: 23.5%;
  max-height: 38%;
}
.ccm-page .zoom-video.circle-image {
  text-align: center;
  position: relative;
}
.ccm-page .zoom-video.circle-image img {
  border-radius: 50%;
  -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.3);
  max-width: 80%;
  display: inline;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
  .ccm-page .zoom-video.circle-image img {
    max-width: 65%;
  }
}
@media only screen and (min-width: 992px) {
  .ccm-page .zoom-video.circle-image img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .ccm-page .zoom-video.circle-image img {
    max-width: 65%;
  }
}
@media only screen and (min-width: 1900px) {
  .ccm-page .zoom-video.circle-image img {
    max-width: 67%;
  }
}
@media only screen and (min-width: 2300px) {
  .ccm-page .zoom-video.circle-image img {
    max-width: 72%;
  }
}
.ccm-page .zoom-video.circle-image:before,
.ccm-page .zoom-video.circle-image:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
}
.ccm-page .zoom-video.circle-image:before {
  background: #f3f4f5;
  width: 35%;
  padding-top: 35%;
}
.ccm-page .zoom-video.circle-image:after {
  background: #fcdf51;
  width: 15%;
  padding-top: 15%;
  bottom: 0;
  right: 0;
}
.ccm-page .zoom-video .banner-image img {
  margin-top: 3em;
}
@media only screen and (min-width: 768px) {
  .ccm-page .zoom-video .banner-image .circle-image .image {
    max-width: 100%;
  }
}
.ccm-page .zoom-video.circle-image {
  display: block;
  text-align: center;
}
.ccm-page .zoom-video.circle-image a {
  display: inline-block;
}
