/* line 5, /myapp/app/assets/stylesheets/front/videos.scss */
.div-videos .principal-content-margin {
  padding: 0;
}
/* line 9, /myapp/app/assets/stylesheets/front/videos.scss */
.div-videos .index-videos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 993px) {
  /* line 9, /myapp/app/assets/stylesheets/front/videos.scss */
  .div-videos .index-videos {
    display: block;
  }
}
/* line 19, /myapp/app/assets/stylesheets/front/videos.scss */
.div-videos .index-videos > div {
  width: 285px !important;
  padding: 0 !important;
  margin: 10px !important;
}
@media (min-width: 992px) {
  /* line 25, /myapp/app/assets/stylesheets/front/videos.scss */
  .div-videos .index-videos > div .video-content {
    width: 285px;
  }
  /* line 29, /myapp/app/assets/stylesheets/front/videos.scss */
  .div-videos .index-videos > div .video-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
/* line 42, /myapp/app/assets/stylesheets/front/videos.scss */
.div-videos > div:nth-child(1) {
  margin-top: 20px;
}
/* line 46, /myapp/app/assets/stylesheets/front/videos.scss */
.div-videos .preloader-background {
  top: 92px;
  left: 124px;
}

/* line 52, /myapp/app/assets/stylesheets/front/videos.scss */
#modal_video {
  width: 82%;
  height: auto !important;
  bottom: 10%;
  background: rgba(255, 255, 255, 0.65);
}
/* line 58, /myapp/app/assets/stylesheets/front/videos.scss */
#modal_video .modal-content {
  height: 100%;
  padding: 6px;
}

/* line 64, /myapp/app/assets/stylesheets/front/videos.scss */
.featured-video-iframe {
  position: absolute;
  width: 100%;
  height: calc(100% - 72px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 74, /myapp/app/assets/stylesheets/front/videos.scss */
.category-speakers-title {
  color: #464646;
  font-size: 30px;
  margin-top: 0;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: left;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  /* line 74, /myapp/app/assets/stylesheets/front/videos.scss */
  .category-speakers-title {
    text-align: center;
  }
}

/* line 88, /myapp/app/assets/stylesheets/front/videos.scss */
.category-videos-title, .service-videos-title, .service-speakers-title {
  color: #464646;
  font-size: 30px;
  margin-top: 0;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  padding: 0px;
}

@media screen and (min-width: 993px) {
  /* line 98, /myapp/app/assets/stylesheets/front/videos.scss */
  #carousel_videos .video-content {
    margin-right: 10px;
  }
}
