@media screen and (max-width : 500px) {
    p#banner-title-size {
        font-size: 25px !important;
    }
}

@media screen and (max-width : 768px) {
    p#banner-title-size {
        font-size: 30px !important;
    }
}

@media screen and (min-width : 769px) {
    p#banner-title-size {
        font-size: 40px !important;
    }
}

#ff-compose { padding: 10px !important; }

.ff-powered-img { visibility: hidden; !important; }
