.container, .row {
   height: 100%;
   width: 100%;
   margin: 0px;
   padding: 0px;
}

#splash-image {
   width: 100%;
   height: auto;
}

#pricing-image {
   max-width: 1260px;
   width: 100%;
   height: auto;
   margin: 0 auto;
   display: block;
}

.image-holder {
   height: 100%;
   width: 100%;
   position: relative;
}
