.mw-100 { max-width: 100% !important; }
.mh-100 { max-height: 100% !important; }

.min-vw-100 { min-width: 100vw !important; }
.min-vh-100 { min-height: 100vh !important; }

.vw-100 { width: 100vw !important; }
.vh-100 { height: 100vh !important; }

.min-vh-20 { min-height: 20vh !important; }

.jumbotron{
    background-size: cover; 
    height: 100%;
    width: 100%;
    color: white;
}

.jumbotron::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jumbotron .sr-page-logo img { 
    display: inline;
}

.jumbotron .sr-page-logo { 
    z-index: 11;
    max-width: 500px;
    margin: 5px auto 30px auto;
}

.jumbotron p.lead { 
    font-size: 4em;
    font-weight: bold;
    z-index: 11;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.external-chosen-product h3 { 
  margin-top: 0px;
  margin-bottom: 10px;
 }

.external-chosen-product p { 
  margin-bottom: 5px;
 }

 .chosen-product-options {
  float: right;
  font-size: 1.25em;
 }

.chosen-product-options .chosen-product-price {
 margin-right: 15px;   
}

.portal-footer { 
    background-color: #070625;
    color: #FFF;
}


.portal-footer-content { 
    margin: 10px auto;
    padding: 5px 40px; 
}

.confirm-body {
  border: 1px solid rgba(0,0,0,.125);
  padding: 20px;
}


#page-password, #password-submit, .above { 
    z-index: 999;
}

.above .text-muted { color: #FFF !important; }

@media screen and (min-width: 768px){

    .wellbox-product-image {
        height: 180px;
        overflow: hidden;
        position: relative;
    } 

    .wellbox-product-image img {
        position: absolute;  
        top: 0;  
        bottom: 0;  
        left: 0;  
        right: 0;  
        margin: auto;
    } 


}

@media screen and (max-width: 768px){

.portal-footer-content { 
    margin: 20px auto;
    padding: 20px 30px; 
}

.jumbotron p.lead { line-height: 1; font-size: 3em; }


}

.portal-intro-message {
    font-size: 1.3em;
}
