/** Learn More **/
  .tv-quickaccess {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 150%;
    display: block;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    width: 105px;
    height: 105px;
  }
  .tv-quickaccess.isActive {
    top: 35%;
  }
  @media screen and (max-width: 767px) {
    .tv-quickaccess.isActive {
        top: 150%;
    }
  }
  .tv-quickaccess .tv-quickaccess__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .tv-quickaccess .tv-quickaccess__item {
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "Graphik Medium", "Arial Black", sans-serif;
    font-size: 8px;
    line-height: 9px;
    border: 0;
    width: 105px;
    height: 105px;
    min-height: 105px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .tv-quickaccess .tv-quickaccess__item:hover {
    background-color: #a100ff;
  }
  .tv-quickaccess .tv-quickaccess__item.shide {
    top: 0 !important;
  }
  .tv-quickaccess .tv-quickaccess__item.downloads {
    top: 0;
    z-index: 5;
  }
  .tv-quickaccess .tv-quickaccess__item.downloads i.close-download {
    font-size: 18px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .tv-quickaccess .tv-quickaccess__item.downloads.isActive a,
  .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
    color: #a100ff !important;
  }
  .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a,
  .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
    color: #fff !important;
  }
  .tv-quickaccess .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .tv-quickaccess .tv-quickaccess__item.full-report {
    top: 105px;
    z-index: 4;
  }
  .tv-quickaccess .tv-quickaccess__item.short-report {
    top: 210px;
    z-index: 3;
  }
  .tv-quickaccess .tv-quickaccess__item.slide-share {
    top: 309px;
    z-index: 2;
  }
  .tv-quickaccess .tv-quickaccess__item.slide-info {
    top: 270px;
    z-index: 1;
  }
  .tv-quickaccess .tv-quickaccess__item.meta-verse {
    top: 350px;
    z-index: 1;
  }
  .tv-quickaccess .tv-quickaccess__item a,
  .tv-quickaccess .tv-quickaccess__item div.btn-download {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 15px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 5px;
    padding-top: 10px;
  }
  .tv-quickaccess .tv-quickaccess__item a span,
  .tv-quickaccess .tv-quickaccess__item div.btn-download span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    font-size: 9px;
    line-height: 11px;
    padding: 5px;
  }
  
  .tv-quickaccess-mobile.isActive {
    display: block;
  }
  .tv-quickaccess-mobile {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: -150%;
    display: block;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    width: 40px;
    height: 40px;
  }
  .tv-quickaccess-mobile.isActive {
    bottom: 10%;
    right: 3%;
  }
  .tv-quickaccess-mobile .tv-quickaccess__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .tv-quickaccess-mobile .tv-quickaccess__item {
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "Graphik Medium", "Arial Black", sans-serif;
    font-size: 15px;
    line-height: 9px;
    border: 0;
    width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .tv-quickaccess-mobile .btn-download {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .tv-quickaccess-mobile .tv-quickaccess__item:hover {
    background-color: #a100ff;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.shide {
    bottom: 0 !important;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.downloads {
    bottom: 0;
    z-index: 5;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.downloads i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive a,
  .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
    color: #a100ff !important;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive:hover a,
  .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
    color: #fff !important;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.full-report {
    bottom: 41px;
    z-index: 4;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.short-report {
    bottom: 82px;
    z-index: 3;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.slide-share {
    bottom: 123px;
    z-index: 2;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.slide-info {
    bottom: 165px;
    z-index: 1;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.meta-verse {
    bottom: 200px;
    z-index: 1;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item a,
  .tv-quickaccess .tv-quickaccess__item div.btn-download {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 15px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 12px;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item a span,
  .tv-quickaccess .tv-quickaccess__item div.btn-download span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    font-size: 9px;
    line-height: 11px;
    padding: 5px 0px;
  }
  
  /* Learn More - Additional Tweak Resize */
  .tv-quickaccess.isActive {
    top: 35%;
  }
  .tv-quickaccess {
    width: 85px;
    height: 85px;
  }
  .tv-quickaccess .tv-quickaccess__item {
    width: 85px;
    height: 70px;
    min-height: 70px;
  }
  .tv-quickaccess .tv-quickaccess__item.full-report {
    top: 70px;
  }
  .tv-quickaccess .tv-quickaccess__item.short-report {
    top: 140px;
  }
  .tv-quickaccess .tv-quickaccess__item.slide-share {
    top: 210px;
  }
  .tv-quickaccess .tv-quickaccess__item.meta-verse {
    top: 275px;
  }
  .tv-quickaccess .tv-quickaccess__item.slide-share.slide-info1 {
    top: 206px;
  }
  .tv-quickaccess__item img {
    height: 20px;
  }
  /* END of Additional Tweak - Resize */
  
  /*General*/
  @media only screen 
    and (device-width : 1280px) 
    and (device-height: 1080px) {
        span.marquee-subtitle {
            top: 68%;
        }
  }
  
  @media screen and (min-width: 768px) {
    .tv-quickaccess.isActive {
        display: block;
    }
  
    .tv-quickaccess-mobile.isActive {
        display: none;
    }
  }
  
  @media screen and (max-width: 767px) {
    .tv-quickaccess.isActive {
        display: none;
    }
    .tv-quickaccess-mobile.isActive {
        display: block;
    }
  }

  @media screen and (min-width: 768px) {
    .tv-quickaccess.isActive {
        display: block;
    }
    
    .tv-quickaccess-mobile.isActive {
        display: none;
    }
    }
    
    @media screen and (max-width: 767px) {
    .tv-quickaccess.isActive {
        display: none;
    }
    .tv-quickaccess-mobile.isActive {
        display: block;
    }
    }