        p{text-align: center;}
        .modal {
            display: none;
            position: fixed;
            z-index: 9999;
            padding-top: 300px;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgb(0,0,0);
            background-color: rgba(0,0,0,0.6);
        }
        .modal-content {
    margin: auto;
    padding: 30px;
    background-color: #fefefe;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    font-size: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%); 
}  

.modal-content>p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}

  	@media all and (orientation: landscape) {
          .modal-content {
          margin: auto;
          padding: 25px;
     	  background-color:#fefefe;
     	  text-align: center;
  	  position: fixed;
         top: 60%;
         left: 50%;
         transform: translate(-50%, -50%);
        }
     }
  
  
        .btn {
    -webkit-appearance: none; 
    appearance: none;
    padding: 5px 15px;
    background-color: #eee;
    border: none;
    border-radius: 6px;
    margin: 0 5px;
    border: none;
    outline: none;
    display: inline-block;
    height: 35px;
    box-sizing: border-box;
    cursor: pointer;
} 

#watchAdBtn {
    background-color: #42a3e1;
}

.overflow{overflow: hidden;}
