.marketing-container{
  background-size:cover;
  height:auto;
  display:flex;
  align-items:center;
  background-repeat: no-repeat;
  background-position: center center;  
}
.marketing-content{
  position:relative;
  height:100%;
  min-height:auto;
  width:100%;
  padding: 80px 60px 40px 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFFFFF;
  font-family: 'museo sans', sans-serif;
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.marketing-content h2, .marketing-content p {color:#fff;}
.marketing-content h2{font-size:40px;font-weight:700;margin-bottom:20px;}
.marketing-content p{font-size:30.4px;font-weight:300;}
.text-bold{font-weight:700;}
.btn{border-radius:5px;}
.btn-white{background-color: #fff;border-color: #65686a;color: #65686a;}
.btn-white:hover, .btn-white:active{text-decoration:none!important;background:#f0f0f0!important}
.btn-wowza {background-color: #ff8400;border-color: #ff8400;color: #fff;}
.mkt-row{display: flex;max-width: 800px;margin: 0 auto;align-items:stretch;justify-content:center; }
.content{text-align:center;padding:20px;display: flex;justify-content: center;flex-direction: column;}