@media (max-width: 480px) {
    .newsletter .form-group input{
        width: 100%;
    }
    .newsletter .form-group {
        display: block;
    }

    .product-listing .text-wrapper {
        height: 240px;
    }
}