#mercadopagochallenge {
    width: 480px;
    height: 410px;
    background-color: white;
    padding: 10px;
    border: none;
}
@media only screen and (width <= 980px) {
    #mercadopagochallenge{
      width: 100%;
      height: 440px;
    }
}