.fancybox-content {
    border: none;
    text-align: center;
    padding: 30px 15px;
    border-radius: 5px;
    color: white;
    background: #f65831;
}

.fancybox-content.sent {
    background: #00bfff;
}

.fancybox-slide--html .fancybox-close-small {
    top: -5px;
}

.fancybox-button svg {
    height: 28px;
}

.wpcf7-form .wpcf7-response-output {
    display: none;
}

@media screen and (max-width: 411px) {
    .fancybox-content {
        padding: 15px;
    }
    .fancybox-slide--html .fancybox-close-small {
        top: -10px;
    }
}
