﻿#ScreenStory {
  z-index: 11;
  overflow: initial;
}
#ScreenStory .image .inner-content {
  position: absolute;
  width: 1450px;
  height: 816px;
  display: none;
  overflow: hidden;
}
#ScreenStory .image .inner-content .Image img {
  position: absolute;
  width: 100%;
}
#ScreenStory .image-flipper .inner-content {
  position: absolute;
  top: 816px;
  width: 1450px;
  height: 278px;
  display: none;
  overflow: hidden;
}
#ScreenStory .image-flipper .inner-content .Image img {
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  position: absolute;
  width: 100%;
}
#ScreenStory #StoryOverlay {
  position: absolute;
  width: 1920px;
  height: 1080px;
  display: block;
  overflow: hidden;
  z-index: 2;
}
#ScreenStory #StoryChannelTop {
  position: absolute;
  width: 1920px;
  height: 43px;
  bottom: 322px;
  z-index: 1;
}
#ScreenStory #StoryChannelBackground {
  position: absolute;
  width: 1920px;
  height: 322px;
  bottom: 0;
  z-index: 3;
}
#ScreenStory .info {
  position: absolute;
  top: 233px;
  right: 0px;
  width: 700px;
  height: 355px;
  z-index: 4;
  overflow: hidden;
}
#ScreenStory .info .StoryFlare {
  position: absolute;
  width: 1030px;
  height: 38px;
  top: 280px;
  z-index: 4;
  right: 0;
  display: none;
}
#ScreenStory .info #StoryFlag .inner-content .Title {
  position: absolute;
  color: #fff;
  width: 694px;
  font-size: 20px;
  padding-top: 10px;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: "MarkOTBlack";
  text-align: right;
}
#ScreenStory .info #StoryText {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 700px;
  height: 355px;
  z-index: 4;
}
#ScreenStory .info #StoryText .Title {
  color: #fff;
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 28px;
  padding-left: 65px;
  padding-right: 65px;
  text-transform: uppercase;
  line-height: 124%;
  width: 576px;
  text-align: right;
  font-family: "MarkOT";
  font-weight: bold;
}
#ScreenStory .info #StoryText .Description {
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 140%;
  width: 576px;
  padding-left: 65px;
  padding-right: 65px;
  padding-top: 0px;
  text-align: right;
  font-family: "MarkOT";
}
#ScreenStory .info #StoryText .Play {
  position: absolute;
  bottom: 12px;
  left: 150px;
  font-family: "MarkOT";
  font-size: 21px;
  padding-left: 24px;
}
#ScreenStory .info #StoryText .Time {
  position: absolute;
  bottom: 9px;
  right: 66px;
}
#ScreenStory .info #StoryText .Time span.duration {
  font-family: "MarkOTBold";
  font-size: 21px;
}
#ScreenStory .info #StoryText .Time span.text {
  font-family: "MarkOT";
  font-size: 21px;
}
#ScreenStory .content-story {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 1920px;
  height: 263px;
  z-index: 3;
}
#ScreenStory .content-story .scroll-envelop {
  top: 26px;
  height: 324px;
  width: 570px;
}
#ScreenStory .content-story .scroll-envelop .scroll-content {
  padding-left: 54px;
}
