/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .desktop--hero-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin-top: -5px;
    padding-top: 44%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: none; } }
@media only screen and (min-width: 768px) {
  .desktop--hero-banner {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    /*padding-top: 66.64%;*/
    margin-top: 0;
    padding-top: 36%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: block; }

  .banner-title {
    font-size: 26px;
    left: 45px;
    max-width: 30px;
    top: 70px; } }
@media only screen and (min-width: 992px) {
  .banner-title {
    font-size: 44.3px;
    left: 45px;
    top: 75px; } }
@media only screen and (min-width: 1200px) {
  .banner-title {
    left: 45px;
    max-width: 295px;
    top: 140px; } }
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .mobile-vi-img {
    margin: 20px 0; }
}
@media only screen and (min-width: 768px) {
  .desktop-vi-img {
    margin-bottom: 80px;
    margin-top: 57px; } }

/*# sourceMappingURL=business-model.css.map */
