﻿html,
body {
  height: 100%;
  width: 100%;
  background-color: #fff !important;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 95%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@@-webkit-keyframes animatetop {
   from {
     top: -300px;
     opacity: 0;
   }

   to {
     top: 0;
     opacity: 1;
   }
 }

@@keyframes animatetop {
   from {
     top: -300px;
     opacity: 0;
   }

   to {
     top: 0;
     opacity: 1;
   }
 }

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

div#related-watch-video {
  background-color: transparent;
  position: relative;
}

div#related-watch-video::before {
  content: "";
  position: absolute;
  background-color: #333;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0.9;
}

#related-watch-video .modal-body {
  padding: 15px;
}

#related-watch-video ul {
  display: block;
  margin: 0px -7px;
  padding: 0px;
}

#related-watch-video ul::after {
  content: "";
  display: table;
  clear: both;
}

#related-watch-video ul li {
  width: 33.3333%;
  float: left;
  display: block;
  padding-left: 7px;
  padding-right: 7px;
}

#related-watch-video ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#related-watch-video ul li a:last-child {
  padding-top: 5px;
}

#related-watch-video ul li img {
  max-width: 100%;
  height: auto;
}
.rmp-mobile-central-ui {
  left: 0 !important;
  margin-left: 0 !important;
  color: red;
}

.rmp-color-bg {
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8)) !important;
    background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8)) !important;
    background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8)) !important;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8)) !important;
}
@@media only screen and (min-width: 769px) {
    #skipButton, #countdown {
        padding: 1% 2% !important;
    }
}
@@media only screen and (max-width: 768px){
  #countdown,  #skipButton{
    padding: 2% 4%;
  }
}
#skipButton {
  display: none;
  background: rgba(0, 0, 0, 1);
  color: rgb(255, 255, 255);
  font-family: arial, sans-serif;
  position: absolute;
  text-align: center;
  right: 0px;
  bottom: 10%;
  cursor: pointer;
  z-index: 9999;
}

#countdown {
  display: none;
  background: rgba(0, 0, 0, 1);
  color: rgb(255, 255, 255);
  font-family: arial, sans-serif;
  position: absolute;
  text-align: center;
  right: 0px;
  bottom: 10%;
  cursor: pointer;
  z-index: 9999;
}
#vnn-logo {
    position: fixed;
    color: #008ffb;
    bottom: 5px;
    right: 5px;
    opacity: 0.5;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}