﻿#section-banner { background-position:center; }
#section-banner .text-block { position:static; }

#section-meter .text-block { }
#section-meter .content::before { display:block; background-image:url('/img/products/patients-meter-gm700sb.png'); background-position:50%; }

#section-mobile .content::before { display:block; background-image:url('/img/products/patients-mobile.png'); background-position:50%; }
#section-mobile .text-block { position:relative; }

#section-console { background-position:50% 100%; }
#section-console .content { align-self:flex-start; }


/******************************/
/* SMALL SCREENS              */
/******************************/

/* Define mobile styles */
@media only screen 
{ 
	section .content .text-block { text-align:center; margin:0 auto; max-width:480px; }
	section .content .buttons { margin-top:24px; }

	#section-banner .content { padding:0 16px; max-width:400px; }
	#section-banner .text-block { position:relative; padding:32px 16px; background:rgba(255,255,255, 0.6); border-radius:8px; }

	#section-console { min-height:0; min-height:unset; }
}
@media only screen and (orientation:portrait) 
{ 
	#section-banner { background-image:url('/img/products/patients-banner-portrait.jpg'); background-position:50% 100%; background-size:100% auto; min-height:unset; }
	#section-banner .content { padding:64px 16px 120vw; max-width:400px; align-self:flex-start; }
	#section-banner .text-block {  }

	#section-console { background-image:url('/img/products/patients-console-portrait.jpg'); }
	#section-console .content { padding-top:40px; padding-bottom:65vw; }
}
@media only screen and (orientation:landscape) 
{ 
	#section-banner { background-image:url('/img/products/patients-banner.jpg'); background-position:50% 100%; background-size:cover; }

	#section-console { background-image:url('/img/products/patients-console.jpg'); }
	#section-console .content { padding-top:40px; padding-bottom:30vw; }
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width:40em) { }


/******************************/
/* MEDIUM SCREENS             */
/******************************/

/* min-width 641px, medium screens */
@media only screen and (min-width:40.063em) 
{ 

}
@media only screen and (min-width:40.063em) and (orientation:portrait) 
{ 
	#section-banner .content { padding:64px 16px 120vw; max-width:unset; }
	#section-banner .text-block { padding:32px 16px; }

	#section-console .content { padding-bottom:65vw; }
}
@media only screen and (min-width:40.063em) and (orientation:landscape) 
{ 
	#section-console .content { padding-bottom:30vw; }
}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width:40.063em) and (max-width:64em) { }



/******************************/
/* LARGE SCREENS              */
/******************************/

/* min-width 1025px, large screens */
@media only screen and (min-width:64.063em) 
{ 
	section .content::before { height:auto; }
	section .content .text-block { text-align:inherit; max-width:640px; margin:0; padding:0; }

	#section-banner { background-position:center; }
	#section-banner .text-block { position:relative; }

	#section-banner .content { padding:0 16px; max-width:1080px; }
	#section-banner .text-block { text-align:inherit; width:auto; max-width:640px; margin:0; padding:0; border-radius:unset; background:none; }

	#section-meter .text-block { left:35%; }
	#section-meter .content::before { display:block; left:15px; width:30%; background-image:url('/img/products/patients-meter-gm700sb.png'); background-position:0 50%; }

	#section-mobile .content::before { display:block; width:40%; left:60%; background-image:url('/img/products/patients-mobile.png'); background-position:50% 50%; }
	#section-mobile .text-block { position:relative; left:0; width:60%; max-width:none; }

	#section-console { background-image:url('/img/products/patients-console.jpg'); background-position:50% 100%; min-height:100vh; }
	#section-console .content { align-self:flex-start; padding-top:120px; }
}
@media only screen and (min-width:64.063em) and (orientation:portrait) { }
@media only screen and (min-width:64.063em) and (orientation:landscape) { }

/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width:64.063em) and (max-width:90em) { }



/******************************/
/* XLARGE SCREENS             */
/******************************/

/* min-width 1441px, xlarge screens */
@media only screen and (min-width:90.063em) { }
@media only screen and (min-width:90.063em) and (orientation:portrait) { }
@media only screen and (min-width:90.063em) and (orientation:landscape) { }

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width:90.063em) and (max-width:120em) { }



/******************************/
/* XXLARGE SCREENS            */
/******************************/

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width:120.063em) { }



