.container-corner {
    overflow: hidden;
    z-index: 999999999999;
    text-align: center;
    width: 100%;
    height: 350px;
    position: fixed;
    bottom: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    animation-name: slideup;
    animation-delay: 0.5s;
    animation-duration: 0.8s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
  }
  
  .slidemeup img {
    max-width: 100%;
    cursor: pointer;
  
  }
  
  .slidemeup {
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
    animation-name: slideup;
    animation-delay: 0.5s;
    animation-duration: 0.8s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
  }
  
  @keyframes slideup {
    0% {
      bottom: -150px
    }
  
    100% {
      bottom: 0;
    }
  }
  
  div.close-ad {
    position: fixed;
    bottom: 120px;
    right: 1%;
    color: #000;
    font-weight: bold;
    z-index: 999;
    cursor: pointer;
    z-index: 9999999999999;
    cursor: pointer;
    font: 12px "VAG", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.66;
    filter: alpha(opacity=67);
    padding: 5px;
  }
  
  .copy {
    margin-top: 40px;
  }
  
  @media (max-width: 768px) {
    .container-corner {
      bottom: -100px !important;
    }
  
    .slidemeup img {
      max-width: 100%;
      cursor: pointer;
      margin-bottom: 100px;
    }
  
    div.close-ad {
      position: fixed;
      bottom: 120px;
      right: 1%;
      color: #000;
      font-weight: bold;
      z-index: 999;
      cursor: pointer;
      z-index: 9999999999999;
      cursor: pointer;
      font: 10px "VAG", Arial, Helvetica, sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      opacity: 0.66;
      filter: alpha(opacity=67);
      padding: 5px;
    }
  }