<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file oms-sw-video.scss
 *
 * The default CSS for the video widget. This file will be compiled
 * using a SASS compiler.
 *
 * @author Jimmy K. &lt;jimmy@orbitmedia.com&gt;
 * @author Mark Furrow &lt;mark@orbitmedia.com&gt;
 * @link http://www.orbitmedia.com
 */
.sideBar_VideoElementHolder .sideBar_VideoInner {
  position: relative;
}
.sideBar_VideoElementHolder .sideBar_Caption {
  width: 100%;
  line-height: normal;
  margin-top: 15px;
}
.sideBar_VideoElementHolder a[data-solarbox] {
  position: relative;
  display: block;
}
.sideBar_VideoElementHolder a[data-solarbox]:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  width: 46px;
  height: 46px;
  padding-left: 4px;
  content: '\f04b';
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 46px;
  color: #FFF;
  text-align: center;
  background-color: #c7543b;
}
.sideBar_VideoElementHolder img {
  width: 100%;
  height: auto;
  display: block;
}

/*# sourceMappingURL=oms-sw-video.css.map */
</pre></body></html>