/*Church*/
/*COLORS*/
/*FONTS*/
.stm_video {
  display: block;
  position: relative;
  background-size: cover; }
  .stm_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 100; }

.has_poster {
  background-position: 50% 0 !important; }
  .has_poster .stm_playb {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -55px 0 0 -55px;
    opacity: 0.85; }
    .has_poster .stm_playb:hover {
      opacity: 1; }

.stm_video.stm_video_style_10 {
  text-align: center;
  width: 70px;
  height: 70px;
  padding: 75px;
  position: relative; }
  .stm_video.stm_video_style_10.has_cover {
    margin: 0 auto; }
  @media (max-width: 600px) {
    .stm_video.stm_video_style_10 {
      height: 350px !important; } }
  .stm_video.stm_video_style_10:before, .stm_video.stm_video_style_10:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-animation: stm_video_style_10_ripple 2s ease-in-out .3s infinite;
            animation: stm_video_style_10_ripple 2s ease-in-out .3s infinite; }
  .stm_video.stm_video_style_10:before {
    -webkit-animation: stm_video_style_10_ripple 2s ease-in-out 1.6s infinite;
            animation: stm_video_style_10_ripple 2s ease-in-out 1.6s infinite; }
  .stm_video.stm_video_style_10 .stm_playb {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1; }
    .stm_video.stm_video_style_10 .stm_playb:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: transparent;
      border-radius: 50%;
      width: 70px;
      height: 70px; }
    .stm_video.stm_video_style_10 .stm_playb:before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: '';
      transition: .3s;
      border-style: solid;
      border-width: 9px 0 9px 14px;
      border-color: transparent transparent transparent #fff;
      margin-left: 3px;
      width: 0;
      height: 0;
      z-index: 10; }
  .stm_video.stm_video_style_10.has_poster {
    height: auto;
    width: auto; }
    .stm_video.stm_video_style_10.has_poster .stm_playb {
      position: absolute; }

@-webkit-keyframes stm_video_style_10_ripple {
  0% {
    width: 70px;
    height: 70px;
    opacity: 1; }
  100% {
    width: 140px;
    height: 140px;
    opacity: 0; } }

@keyframes stm_video_style_10_ripple {
  0% {
    width: 70px;
    height: 70px;
    opacity: 1; }
  100% {
    width: 140px;
    height: 140px;
    opacity: 0; } }
