@media (max-width: 480px) {

    .gigya-screen .gigya-social-login-container,
    .gigya-screen .gigya-social-login-container #gigya-raas-login-div_social_0_uiContainer {
        width: fit-content !important;
    }

    .gigya-screen.portrait {
        width: auto !important;
        padding: 30px 30px 15px !important;
    }
}

/** Custom CSS for Valassis coupons on webviews */
@media (max-width: 480px) {
    .couponContainer .offerContainer__fill {
        height: 390px !important;
    }
}

