/*
* Custom
* Copyright 2018, Max Jaramillo
*/


/* #Desktop
================================================== */

    /* Note: Design for a width of 960px+ */
	
	 @media (min-width: 960px){
		.frameRegistro {width: 600px !important; }
	 }


/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */
	
    @media only screen and (min-width: 768px) and (max-width: 959px) {
		.frameRegistro {width: 600px !important; height: 850px !important;}
		.navigation {display:none;}
		}

	
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.frameRegistro {width: 100% !important; height: 850px !important;}
		.navigation {display:none;}
		}
		
/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
		.frameRegistro {width: 100% !important; height: 850px !important;}
		.navigation {display:none;}
		}