.zoom-video {
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
}
.zoom-video a {
  display: block;
}
.zoom-video a img {
  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);
}
.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: 50%;
  max-width: 20%;
  max-height: 33%;
  position: absolute;
  top: 52%;
  pointer-events: none;
}
.zoom-video svg path {
  fill: #f2ca04;
}
.zoom-video img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 480px) {
  .zoom-video img {
    max-width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .zoom-video img {
    max-width: 55%;
  }
}
@media only screen and (min-width: 992px) {
  .zoom-video img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .zoom-video img {
    max-width: 450px;
  }
}
@media only screen and (min-width: 1400px) {
  .zoom-video img {
    max-width: 535px;
  }
}
.zoom-video:hover svg {
  max-width: 23.5%;
  max-height: 38%;
}
.ccm-page .zoom-video.circle-image {
  display: block;
  text-align: center;
}
.ccm-page .zoom-video.circle-image a {
  display: inline-block;
}
