.purina-popup-wrapper {
    position: fixed;
    background-color: #8080807d;
    width: 100%;
    height: 100vh;
    z-index: 100;
}

.purina-popup-wrapper .popup-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.purina-popup-wrapper .popup-content .popup-content-inner {
    position: relative;
}

.purina-popup-wrapper .popup-content .popup-content-inner .popup-action {
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translate(50%, 0px);
}

.popup-action a{
    text-wrap: nowrap;
}

.popup-content-inner .popup-content-inner-close {
    position: absolute;
    color: white;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .popup-content-inner img {
       width: 350px;
    }
}