@media only screen and (max-width: 500px) {
    .InsidePage_Category{
        /*animation: animatedBackground 45s linear infinite alternate;*/
        
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;    
        height: 80px;
        width: 160px;
    }
}

/* iPhone 4 ----------- */
@@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
    .rz-g {
        gap: 1.2rem;
    }
}

@@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
    .rz-g {
        gap: 0.4rem;
    }
}

/* iPhone 5 ----------- */
@@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .rz-g {
        gap: 1rem;
    }
}

@@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .rz-g {
        gap: 0.9rem;
    }
}

/* iPhone 6, 7, 8 ----------- */
@@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .rz-g {
        gap: 0.8rem;
    }
}

@@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .rz-g {
        gap: 0.2rem;
    }
}

/* iPhone 6+, 7+, 8+ ----------- */
@@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .rz-g {
        gap: 0.6rem;
    }
}

@@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .rz-g {
        gap: 0.5rem;
    }
}

/* iPhone X ----------- */
@@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
    .rz-g {
        gap: 0.4rem;
    }

    iframe {
        height: 1388px !important;
    }
}

@@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
    .rz-g {
        gap: 0.11rem;
    }

    iframe {
        height: 1388px !important;
    }
}

/* iPhone XS Max, XR ----------- */
@@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
    .rz-g {
        gap: 0.2rem;
    }

    iframe {
        height: 1388px !important;
    }
}

@@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
    .rz-g {
        gap: 0.3rem;
    }

    iframe {
        height: 1388px !important;
    }
}