/* Previous small devices (phones, 320px and down) */
@media only screen and (min-width: 320px) and (max-width: 375px) {
.overlay-text-box { top: 40px; width: 80%; }
.overlay-heading {
font-size: 22px;
letter-spacing: 1.2px;
}
.overlay-paragraph {
font-size: 20px;
}
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80%;
max-width: 80%;
}
}
/* Extra small devices (phones, 400px and down) */
@media only screen and (min-width: 376px) and (max-width: 480px) {
.overlay-text-box { 
top: 80px; 
width: 76%; 
}
.overlay-heading {
font-size: 24px;
letter-spacing: 1.2px;
}
.overlay-paragraph {
font-size: 21px;
}
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 76%;
max-width: 76%;
}
}
/* Small devices (phones, 600px and down) */
@media only screen and (min-width: 481px) and (max-width: 600px) {
.overlay-text-box { top: 80px; width: 78%; }
.overlay-heading {
font-size: 24px;
letter-spacing: 1.2px;
}
.overlay-paragraph {
font-size: 24px;
}
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 78%;
max-width: 78%;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 900px) {
.overlay-text-box {
width: 80vw;
max-width: 600px;
top: 120px;
}
.overlay-heading {
font-size: 35px;
letter-spacing: 3.5px;
}
.overlay-paragraph {
font-size: 24px;
}
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 80vw;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 80vw;
}
}
/* ----------- iPad Pro Extra Support ----------- */ 
/* Landscape */ 
@media only screen and (min-width: 1366px) and (orientation: landscape) {
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 80vw;
}
}

/*Portrait*/ 
@media only screen and (min-width: 1024px) and (max-width: 1070px) and (orientation: portrait) { 
.overlay-text-box {
width: 80vw;
max-width: 600px;
top: 260px;
}
.overlay-heading { font-size: 35px; }
.overlay-paragraph { font-size: 24px; }
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 600px;
}
}

/* ----------- Tablets & iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 600px;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 600px;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 600px;
}
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 600px;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 600px;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 600px;
}
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
.overlay-text-box {
width: 80vw;
max-width: 600px;
top: 260px;
}
.overlay-heading { font-size: 35px; }
.overlay-paragraph { font-size: 24px; }
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 600px;
}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
.overlay-text-box {
width: 80vw;
max-width: 600px;
top: 260px;
}
.overlay-heading { font-size: 35px; }
.overlay-paragraph { font-size: 24px; }
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 600px;
}
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.overlay-text-box {
width: 80vw;
max-width: 600px;
top: 260px;
}
.overlay-heading { font-size: 35px; }
.overlay-paragraph { font-size: 24px; }
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 600px;
}
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
.overlay-text-box {
width: 80vw;
max-width: 600px;
top: 260px;
}
.overlay-heading { font-size: 35px; }
.overlay-paragraph { font-size: 24px; }
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 600px;
}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
.overlay-text-box {
width: 80vw;
max-width: 600px;
top: 260px;
}
.overlay-heading { font-size: 35px; }
.overlay-paragraph { font-size: 24px; }
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 600px;
}
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.overlay-text-box {
width: 80vw;
max-width: 600px;
top: 260px;
}
.overlay-heading { font-size: 35px; }
.overlay-paragraph { font-size: 24px; }
.overlay-disclaimer-box {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 80vw;
max-width: 600px;
}
}






/* Medium large devices (Medium large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
.overlay-text-box { top: 120px; }
}
/* Extra large devices (large laptops and desktops, 1366px and up) */
@media only screen and (min-width: 1366px) {
.overlay-text-box { top: 120px; }	
}

/* Extra large devices (large laptops and desktops, 1920px and up) */
@media only screen and (min-width: 1920px) {
}
/* Extra large devices (large laptops and desktops, 2560px and up) */
@media only screen and (min-width: 2560px) {
.overlay-text-box {
top: 260px;
}	
.overlay-heading {
font-size: 32px;
letter-spacing: 3.5px;
}
.overlay-paragraph {
font-size: 22px;
}
}
/* Extra large devices (large laptops and desktops, 2700px and up) */
@media only screen and (min-width: 2700px) {
.overlay-text-box {
width: 80vw;
max-width: 800px;
}
.overlay-text-box {
top: 340px;
}
.overlay-heading {
font-size: 42px;
letter-spacing: 3.5px;
}
.overlay-paragraph {
font-size: 32px;
}	
}

