
.top_covered_image {
  object-fit: cover;
  object-position: top;
}
.oe_slides_panel_footer {
  background-color: #f8f8f8;
}
.oe_slides_panel_footer .fa,
.oe_slide_js_embed_option_link {
  color: #337ab7;
  cursor: pointer;
}
.oe_slide_embed_option {
  position: absolute;
  padding: 30px 30px 30px 30px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ffffff;
  opacity: 1;
  display: none;
  overflow-y: auto !important;
}
.oe_slide_embed_wrapper {
  position: relative;
}
section.oe_slides_promote_box {
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
img.oe_slides_channel_thumbnail {
  object-fit: cover;
  object-position: top;
  height: 250px;
  width: 100%;
}
img.oe_slides_opacity {
  opacity: .5;
}
img.oe_slides_promote_image {
  object-fit: cover;
  object-position: top;
  max-height: 300px;
  width: 100%;
  overflow: hidden;
  display: block;
}
.oe_slides_box_shadow {
  box-shadow: 0 0 5px #CCC;
}
.oe_slides_apart_small {
  object-fit: cover;
  object-position: top;
  height: 60px;
  width: 90px;
}
.oe_slides_statistics_title {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
.oe_slides_transcript {
  overflow-y: auto;
  max-height: 500px;
}
.oe_slides_bottom_border {
  border-bottom: 1px solid #dddddd;
}
.oe_slide_js_like,
.oe_slide_js_unlike {
  cursor: pointer;
  color: #337ab7;
}
textarea.o_slides_comment {
  resize: vertical;
}
.oe_slides_thumbnail_container {
  height: 300px;
}
.oe_slides_grid_thumbnail {
  object-fit: cover;
  object-position: top;
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.oe_slides_ellipsis {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o_slide_preview {
  max-height: 160px;
  overflow: hidden;
}
.oe_slides_suggestion_caption {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.75);
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  color: #fff !important;
  z-index: 2;
}
.oe_slides_suggestion_media {
  margin-top: 10px;
  position: relative;
}
.oe_slides_suggestion_media img {
  height: 33%;
  width: 100%;
  overflow: hidden;
}
.oe_slides_loader {
  position: relative;
  width: 100%;
  /* for IE 6 */
}
.oe_slides_loader h4 {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 35%;
  color: white;
  background: #000000;
  /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
}
.oe_slides_panel {
  padding-bottom: 50px;
  height: 100%;
  margin-bottom: 0px;
}
.oe_slides_share_bar {
  padding: 10px 0;
}
.oe_slides_panel_footer #page_number {
  width: 45px;
}
.oe_show_footer {
  z-index: 2147483647;
}
@media screen and (max-width: 300px) {
  .o_slide_navigation_buttons {
    margin-left: 15px;
    margin-right: -15px;
  }
  .o_slide_navigation_buttons .col-xs-4 {
    display: none;
  }
}
