
      * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }
      html {
        font-size: 16px;
      }
      html,
      body {
        width: 100%;
        height: 100%;
      }
      body {
        font-family: 'Roboto', sans-serif;
        position: relative;
        background: #1E222B;
-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
      }
      a {
        text-decoration: none;
		position: relative;
      }
      .wrapper {
        width: 100%;
        height: 100%;
        color: #3e3e3e;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
      }
      .wrapper__player {
        background: #000;
        padding: 5px;
        position: relative;
      }
      .offerText {
        font-size: 1.2rem;
        line-height: 1.2;
        font-weight: 400;
      }
      .offerText p {
        margin-bottom: 5px;
      }
      .offerText p:last-child {
        margin-bottom: 0;
      }
      .offerText b {
        font-weight: 700;
      }
      button {
        background: none;
        color: #0379f4;
        border: none;
        font-weight: 400;
        padding: 10px;
        font-size: 1.2rem;
        position: relative;
        display: block;
        cursor: pointer;
        text-align: center;
      }

.bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("optimized_columbia_1_5s_200kb.gif");
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  -webkit-animation: show 1s linear forwards;
          animation: show 1s linear forwards;
}
.bg_mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.4;
  -webkit-animation: show 1s steps(1, end) forwards;
          animation: show 1s steps(1, end) forwards;
}
@-webkit-keyframes show {
  100% {
    opacity: 1;
  }
}
@keyframes show {
  100% {
    opacity: 1;
  }
}

.logo {
  position: absolute;
  top: 15px;
  left: 20px;
}
.logo img {
   width: 110px;
   opacity: 0.4;
}

      .loaderPic {
        width: 90px;
      }
      .loaderPic img {
        width: 100%;
        display: block;
      }
      .playerScreen {
	  	position: relative;
        height: 55vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
      }
.playerNavigation {
   position: relative;
}
      .progressLine {
        width: 100%;
        height: 2px;
        background: rgba(255, 255, 255, 0.3);
        margin-bottom: 3px;
      }
      .iconsWrapper {
        width: 100%;
        padding: 5px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
      }
      .icon {
        fill: #fff;
        height: 22px;
      }
      .picIcon {
        height: 18px;
      }
      .leftSide,
      .rightSide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
      }
      .leftSide .icon {
        margin-right: 10px;
      }
      .rightSide .icon {
        margin-left: 10px;
      }
      .time {
        font-size: 0.8rem;
        line-height: 1;
        color: #fff;
        display: inline-block;
      }
      .modal {
  position: absolute;
  margin-bottom: 100px;
  width: 87%;
  max-width: 400px;
  background: #fff;
  border-radius: 1px;
  z-index: 101;
  opacity: 0;
  -webkit-animation: show 1.2s steps(1, end) forwards;
          animation: show 1.2s steps(1, end) forwards;
}
.top_modal {
  padding: 17px 17px 23px;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}
.top_modal h1 {
  text-transform: capitalize;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.top_modal img {
  width: 20px;
  margin: 0 auto 11px;
}
.button {
  width: 100%;
  color: #04928d;
  font-size: 0.95rem;
  font-weight: 500;
  border-top: solid 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 16px 10px;
  text-transform: uppercase;
}
.button:hover {
  background: #f1f1f1;
  cursor: pointer;
}
      /*************** media queries start ***********/
      @media only screen and (min-width: 1200px) {
        .wrapper__player {
          width: 1140px;
          margin: 30px auto 0;
        }
      }
      @media only screen and (max-width: 1200px) {
        .wrapper__player {
          width: 960px;
          margin: 30px auto 0;
        }
        .modal {
          width: 430px;
        }
      }
      @media only screen and (max-width: 992px) {
        .wrapper__player {
          width: 720px;
        }
      }
      @media only screen and (max-width: 768px) {
        .wrapper__player {
          width: 100%;
        }
        .playerScreen {
          height: 35vh;
        }
        .modal {
          width: 90%;
        }
        .leftSide .icon {
          margin-right: 5px;
        }
        .rightSide .icon {
          margin-left: 5px;
        }
        .modal .offerText {
          font-size: 1rem;
        }
      }
	  @media screen and (max-width: 440px), screen and (max-width: 840px) and (max-height: 440px) and (orientation: landscape) {
	  .logo {
		top: 12px;
		left: 15px;
	  }
	  .logo img {
        width: 80px;
	  }
      .loaderPic {
        width: 45px;
      }
	  }
      @media only screen and (max-width: 320px) {
        html {
          font-size: 13px;
        }
        button {
          padding: 10px;
        }
        .wrapper__player {
          margin-top: 15px;
        }
        .loaderPic {
          width: 70px;
        }
        .icon {
          height: 20px;
        }
        .picIcon {
          height: 16px;
        }
      }
      @media screen and (max-width: 768px) and (orientation: landscape) {
        .wrapper {
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
        }
        .wrapper__player {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-top: 0;
        }
        .playerScreen {
          height: 100%;
        }
      }
      @media screen and (max-width: 480px) and (orientation: landscape) {
        html {
          font-size: 14px;
        }
      }
      /*************** media queries end ***********/
/*************** media queries FOR MODAL ONLY ***********/
@media screen and (max-width: 320px), screen and (max-width: 480px) and (orientation: landscape) {
  .modal {
    max-width: 325px;
  }
  .button {
    padding: 13px 10px;
  }
  .top_modal {
    padding: 15px;
  }
}
@media screen and (max-width: 840px) and (max-height: 440px) and (orientation: landscape) {
  .modal {
    margin-bottom: 0;
    top: 5px;
  }
  .top_modal {
    padding: 15px 20px 17px;
  }
}
    