.Right_Ad {
    background-color: #faf5f5;
    padding: 5px;
    width: 250px;
    height: 350px;
    top: 230px;
    right:15px;
    float: right;
    position: absolute;
    border: 1px solid #000000;
    background-size: contain;
    
  }

  img.RightAd { 
      position: absolute;
      object-fit: fill;
      width: 100%;
      height: 100%;
      top:0px;
      left: 0px; 
      z-index: 100;
  }

 
 
  /*----Media Query -----*/
  @media only screen and (max-width:1078px) {
    .Right_Ad {
        background-color: #d61010;
        padding: 5px;
        width: 50%;
        height: 250px;
        top: 280px;
        right:15px;
        float: right;
        position: absolute;
        border: 1px solid #000000;
        background-size: contain;
        
      }
    
      img.RightAd { 
          position: absolute;
          object-fit: fill;
          top:0px;
          left: 0px;
      }
}  

@media only screen and (max-width:799px) {
    .Right_Ad {
        display: none;
        
      }
    
      img.RightAd { 
          display:none;
      }
}  
/*----Media Query -----*/