/* Smartphones or Desktops */
@media only screen
    and (max-width: 488px) {
    #tripinsurance-classic-module, #sampleFrame {
        width: 100% !important;
        height: 624px !important;
    }
    #tripinsurance-full-module {
        width: 100% !important;
        height: 1483px !important;
    } 
}

/* Smartphones or Desktops*/
@media only screen
    and (min-width: 488px)
    and (max-width: 600px) {
    #tripinsurance-classic-module, #sampleFrame {
        width: 100% !important;
        height: 400px !important;
    }
    #tripinsurance-full-module {
        width: 100% !important;
        height: 1483px !important;
    } 
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #tripinsurance-classic-module, #sampleFrame {
        width: 100% !important;
        width: 1px !important;
        min-width: 100% !important;
        max-width: 60% !important;
        height: 624px !important;
    }
    #tripinsurance-full-module {
        width: 100% !important;
        width: 1px !important;
        min-width: 100% !important;
        max-width: 60% !important;
        height: 1483px !important;
    }
}

/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
    #tripinsurance-classic-module, #sampleFrame {
        width: 100% !important;
        min-width: 100% !important;
        height: 624px !important;
    }

    #tripinsurance-full-module {
        width: 100% !important;
        min-width: 100% !important;
        height: 1483px !important;
    }
}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3)
  and (orientation: portrait) {
    #tripinsurance-classic-module, #sampleFrame {
        height: 624px !important;
    }
    #tripinsurance-full-module {
        height: 1483px !important;
    }
}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
    #tripinsurance-classic-module, #sampleFrame {
        width: 100% !important;
        min-width: 100% !important;
        height: 624px !important;
    }

    #tripinsurance-full-module {
        width: 100% !important;
        min-width: 100% !important;
        height: 1483px !important;
    }
}

@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) {
    #tripinsurance-classic-module, #sampleFrame {
        width: 100% !important;
        min-width: 100% !important;
        height: 624px !important;
    }
    #tripinsurance-full-module {
        width: 100% !important;
        min-width: 100% !important;
        height: 1483px !important;
    }
}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3)
  and (orientation: portrait) {
    #tripinsurance-classic-module, #sampleFrame {
        height: 624px !important;
    }
    #tripinsurance-full-module {
        height: 1483px !important;
    }
}

/* Nexus 4 */
@media screen
    and (device-width: 384px)
    and (device-height: 640px)
    and (-webkit-device-pixel-ratio: 2) {
    #tripinsurance-classic-module, #sampleFrame {
        width: 100% !important;
        height: 624px !important;
    }
    #tripinsurance-full-module {
        width: 100% !important;
        height: 1483px !important;
    }
}

/* Nexus 5 */
@media screen and (device-width: 360px)
 and (device-height: 592px)
 and (-webkit-device-pixel-ratio: 3) {
    #tripinsurance-classic-module, #sampleFrame {
        width: 100% !important;
        height: 624px !important;
    }
    #tripinsurance-full-module {
        width: 100% !important;
        height: 1483px !important;
    }
}

/* Nexus 6 */
@media (min-device-width: 412px)
 and (max-device-width: 690px) { 
    #tripinsurance-classic-module, #sampleFrame {
        width: 100% !important;
        height: 624px !important;
    }
    #tripinsurance-full-module {
        width: 100% !important;
        height: 1483px !important;
    }
}


/* ----------- iPhone 6+ and 6S+ ----------- */

/* Portrait and Landscape */
@media screen
 and (device-width: 414px)
 and (device-height: 736px)
 and (-webkit-device-pixel-ratio: 3) {
    #tripinsurance-classic-module, #sampleFrame {
        width: 100% !important;
        width: 1px !important;
        min-width: 100% !important;
        max-width: 60% !important;
        height: 624px !important;
    }
    #tripinsurance-full-module {
        width: 100% !important;
        width: 1px !important;
        min-width: 100% !important;
        max-width: 60% !important;
        height: 1483px !important;
    }
}

/* IPhone 2G-4S */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
     
}
