/**
 * @file oms-sw-video.scss
 *
 * The default CSS for the video widget. This file will be compiled
 * using a SASS compiler.
 *
 * @author Jimmy K. <jimmy@orbitmedia.com>
 * @link http://www.orbitmedia.com
 */
/* line 14, ../scss/oms-sw-video.scss */
.sideBar_VideoElementHolder .sideBar_VideoInner {
  position: relative;
}
/* line 18, ../scss/oms-sw-video.scss */
.sideBar_VideoElementHolder .sideBar_Caption {
  width: 100%;
  line-height: normal;
  margin-top: 15px;
}
/* line 24, ../scss/oms-sw-video.scss */
.sideBar_VideoElementHolder .sideBar_PlayImage {
  width: 100%;
  height: 100%;
  background: url("../images/play.png") center center no-repeat;
  position: absolute;
  top: auto;
  left: auto;
  z-index: 2;
}
/* line 34, ../scss/oms-sw-video.scss */
.sideBar_VideoElementHolder img {
  width: 100%;
  height: auto;
  display: block;
}
