.video-aem-component .video-aem-wrapper {
  position: relative;
}
.video-aem-component .video-button {
  position: absolute;
  right: 60px;
  bottom: 50px;
  display: none;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 600px) {
  .video-aem-component .video-button {
    right: 8%;
    bottom: 13%;
  }
}
.video-aem-component .video-button span {
  display: block;
  border: 3px solid #ffffff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
}
@media (max-width: 600px) {
  .video-aem-component .video-button span {
    width: 45px;
    height: 45px;
  }
}
.video-aem-component .video-button span:before {
  display: block;
  font-family: 'Glyphicons Halflings';
  color: #ffffff;
  font-size: 25px;
  padding-top: 4px;
}
@media (max-width: 600px) {
  .video-aem-component .video-button span:before {
    padding-top: 2px;
  }
}
.video-aem-component .video-button.f_pastel_gray span {
  border-color: #cccccc;
}
.video-aem-component .video-button.f_pastel_gray span:before {
  color: #cccccc;
}
.video-aem-component .pause-button {
  display: none;
}
.video-aem-component .video-content video {
  display: block;
  width: 100%;
  height: 100%;
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.column-control .video-aem-component .video-content {
  margin-top: 10px;
  margin-bottom: 10px;
}
