<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url(/uploads/css/mf4css/font-awesome.min.css); */
@import ;
[class*="iconicfill-"]:before {
  font-family: 'iconicfill', sans-serif;
}

/*********************
 * background
 *********************/

/*body {
  font-family: "helveticaneue-light", "helvetica neue light", "helvetica neue", helvetica, arial, "lucida grande", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}*/

/*********************
 * wrapper
 *********************/
.js-video {
  position: relative;
  width: 100%;
  height: 390px;
  margin: 0 auto;
  /*padding: 10px;*/
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

/*********************
 * elements inside js-video
 *********************/
video {
  /*max-width: 100%;
  max-height: 70vh;*/
  width: 593px;
	height: 390px;
  background-size: cover;
  background-position: center center;
}

.js-video button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/*********************
 * ui
 *********************/
.playpause.ui-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 0;
  display: block;
  width: auto;
  bottom: 56px;
}
.playpause.ui-icon:before, .playpause.ui-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
}
.playpause.ui-icon:after {
  content: '';
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.playpause.ui-icon:before {
  font-size: 40px;
  line-height: 80px;
  color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -11px;
}
.playpause.ui-icon.fa-pause:before, .playpause.ui-icon.fa-undo:before {
  margin-left: -17px;
}
.playpause.ui-icon.fa-pause {
  opacity: 0;
}
.twoimg{
	margin:auto;
}
.ui {
  padding: 10px 1vw;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  display: none;
}
.ui &gt; div:nth-of-type(1), .ui &gt; div:nth-of-type(4) {
  padding-top: 8px;
}
.ui &gt; div:nth-of-type(1) {
  -webkit-flex: 30 30 1px;
  flex: 30 30 1px;
  margin-right: 10px;
}
.ui &gt; div:nth-of-type(2) {
  -webkit-flex: 1 0 60px;
  flex: 1 0 60px;
  font-size: 12px;
  margin-right: 10px;
  text-align: center;
  line-height: 20px;
}
.ui &gt; div:nth-of-type(3) {
  -webkit-flex: 0 0 20px;
  flex: 0 0 20px;
  margin-right: 10px;
}
.ui &gt; div:nth-of-type(4) {
  -webkit-flex: 0 0 60px;
  flex: 0 0 60px;
}

.timedisplay {
  white-space: nowrap;
}
.timedisplay i {
  font-style: normal;
}

.fullscreen {
  position: absolute;
  font-style: normal;
  left: 20px;
  bottom: 48px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.fullscreen:before {
  font-size: 30px;
  line-height: 40px;
  color: rgba(244, 209, 126, 0.6);
}
.fullscreen:hover:before {
  color: rgba(244, 209, 126, 1);
}

.ui-icon {
  font-size: 20px;
  vertical-align: middle;
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
}

/*********************
 * progress
 *********************/
.progress, .volumecontrol {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  height: 5px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 2px;
  border: 0;
}

.progress &gt; * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.progress-time {
  background-color: black;
}

.anim {
  -moz-transition: width 1000ms linear;
  -o-transition: width 1000ms linear;
  -webkit-transition: width 1000ms linear;
  transition: width 1000ms linear;
}

.progress-buffer {
  background-color: rgba(0, 0, 0, 0.3);
  -moz-transition: width 250ms linear;
  -o-transition: width 250ms linear;
  -webkit-transition: width 250ms linear;
  transition: width 250ms linear;
}

.volumecontrol {
  width: 90%;
  overflow: visible;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
}
.volumecontrol .ui-slider-handle {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 0;
  top: -2px;
  background: transparent;
}
.volumecontrol .ui-slider-handle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -50%;
  background: black;
  border-radius: 4px;
}
.volumecontrol .ui-slider-handle:focus {
  outline: none;
}
</pre></body></html>