div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #000000;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#MediaPlayer1
{
   box-sizing: border-box;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
}
#wb_MediaPlayer1
{
   overflow: hidden !important;
   position: fixed !important;
   left: 0 !important;
   top: 0 !important;
   width: 100% !important;
   height: 100% !important;
}
#Shape2
{
   border-width: 0;
   vertical-align: top;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Extension1
{
   color: #FF0000;
   display: block;
   font-family: Poppins;
   font-size: 53px;
   font-style: normal;
   font-weight: bold;
   margin: 0;
   padding: 0px;
}
#Extension1
{
}
#Extension1 .heading
{
   display: inline-block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   text-align: center;
   opacity: 0;
}
#Extension1 .heading-active
{
   opacity: 1;
   -webkit-animation: animated-heading-fade-in 800ms;
   animation: animated-heading-fade-in 800ms;
}
#Extension1 .heading-inactive
{
   -webkit-animation: animated-heading-fade-out 800ms;
   animation: animated-heading-fade-out 800ms;
}
@-webkit-keyframes animated-heading-fade-in
{
   0%
   {
      opacity: 0;
   }
   100%
   {
      opacity: 1;
   }
}
@keyframes animated-heading-fade-in
{
   0%
   {
      opacity: 0;
   }
   100%
   {
      opacity: 1;
   }
}
@-webkit-keyframes animated-heading-fade-out
{
   0%
   {
      opacity: 1;
   }
   100%
   {
      opacity: 0;
   }
}
@keyframes animated-heading-fade-out 
{
   0%
   {
      opacity: 1;
   }
   100%
   {
      opacity: 0;
   }
}
