#corner-popup { width: 325px; bottom: 25px; padding: 0 5px; background: transparent; border: none; box-shadow: none; right: 50px !important; }
#corner-popup .col { padding-right: 0; padding-left: 0; }
#corner-popup .corner-container { bottom: -3px !important; }
#corner-popup .corner-container img { width: 100%; }

@media only screen and (max-width: 1023px) {
  #corner-popup { left: 0; right: 0 !important; margin-left: auto; margin-right: auto; }
}