
/*************** GENERAL ***************/

body {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

.media-boxes-load-more-button {
  display: none;
}

/*************** FONT ***************/

/* Webfont: Akar-Light */@font-face {
    font-family: 'AkarLight';
    src: url('../font/Akar-Light.eot'); /* IE9 Compat Modes */
    src: url('../font/Akar-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/Akar-Light.woff') format('woff'), /* Modern Browsers */
         url('../font/Akar-Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/Akar-Light.svg#Akar-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: geometricPrecision;
}

/* Webfont: Akar-Regular */@font-face {
    font-family: 'AkarRegular';
    src: url('../font/Akar-Regular.eot'); /* IE9 Compat Modes */
    src: url('../font/Akar-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/Akar-Regular.woff') format('woff'), /* Modern Browsers */
         url('../font/Akar-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/Akar-Regular.svg#Akar-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: geometricPrecision;
}


/* Webfont: star-Regular */@font-face {
  font-family: 'star';
  src: url('../font/star-Regular.eot'); /* IE9 Compat Modes */
  src: url('../font/star-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/star-Regular.woff') format('woff'), /* Modern Browsers */
       url('../font/star-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/star-Regular.svg#star-Regular') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}


/* Webfont: star-Regular */@font-face {
  font-family: 'asciifluid';
  src: url('../font/asciifluid.eot'); /* IE9 Compat Modes */
  src: url('../font/asciifluid.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/asciifluid.woff') format('woff'), /* Modern Browsers */
       url('../font/asciifluid.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/asciifluid.svg#star-Regular') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}



/* custom font styles */

h2 { font-family: 'Barlow Semi Condensed'; font-size: 40px; font-weight: 300; }
h3 { font-family: 'Barlow Semi Condensed'; font-size: 30px; font-weight: 300; line-height: 0; margin-top: 15px; margin-bottom: 10px;}
h5 { font-family: 'Lato', sans-serif; font-size: 16px; font-weight: 400; }



@media (min-width: 775px) {
  h3 { font-family: 'Barlow Semi Condensed'; font-size: 30px; font-weight: 300; margin-top: 10px; margin-bottom: 0px;}
}

.bgcolor {
    background-color: rgba(0,0,0,0.33);
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 0px
}


/*************** Video ***************/


video {
  width: 100%;
  height: auto;
}



/*************** Interactive 3d gallery selection ***************/

.int3dthumbs {
  border-radius: 3px;
}

/*
.int3dthumbsmiddle {
  border-radius: 5px;
  margin-top: 10px; 
  margin-left: 5px; 
  margin-right: 5px;
}


.int3dselection {
  display: flex;
  justify-content: space-between;
  text-align: justify;
}


.int3dselection img {
    display: inline-block;
    width: 400px;
    height: 225px;
}

.int3dselection:after {
    content: '';
    display: inline-block;
    width: 100%;
}
*/


/*************** Hamburger ***************/

/* Hide Hamburger */
#nav-left label, #hamburger {
  display: none;
}

/* Menu Items */
#nav-left ul {
  list-style-type: none;
  margin: 0;
  padding: 0; 
}
#nav-left ul li {
  display: inline-block;
  padding: 10px;
  padding-left: 0px;
  box-sizing: border-box;
}
#nav-left ul li a {
  color: #fff;
  text-decoration: none;
}

/* [ON SMALL SCREENS] */
@media screen and (max-width: 775px){
  /* Show Hamburger */
  #nav-left label {
    display: inline-block;
    color: #fff;
    /*background: #a02620;*/
    font-style: normal;
    font-size: 1.5em;
    padding: 0px;
  }

  /* Break down menu items into vertical */
  #nav-left ul li {
    display: block;
    background: black;
    margin-left: -15px;
    padding-left: 16px;
  }

  /* Toggle show/hide menu on checkbox click */
  #nav-left ul {
    display: none;
  }
  #nav-left input:checked ~ ul {
    display: block;
  }
}



/*************** Auto Grid custom ***************/

.project-link{
    display: inline-block;
    width: 115%;
    height: 115%;
    background-color: rgba(0, 0, 0, 0);
}

.thumbnail-overlay{
  background: rgba(0,0,0,.4) !important;
  /*  background: rgba(109,246,255,.4) !important; */
}
.media-box-title{
  visibility: hidden !important;
}
.fancybox-caption-wrap{
  display: none !important;
}

/*
.image-caption{
  background: blue !important;
  background: rgba(109,246,255,.4) !important;
}
.image-caption h3, 
.image-caption h5{
  font-size: 12px !important;
  color: blue !important;
}
*/

/*************** COLORS ***************/

a.link:link{text-decoration:none; color:#191919;} 
a.link:visited{text-decoration:none; color:#191919;} 
a.link:hover{text-decoration:none; color:#a5a5a5;}
a.linkblk:link{text-decoration:none; color:#eeeeee;} 
a.linkblk:visited{text-decoration:none; color:#eeeeee;} 
a.linkblk:hover{text-decoration:none; color:#8c8c8c;}

body {background-color: white;}

/* selection color */
::-moz-selection { /* Code for Firefox */
    color: #194A3F;
    background: #f5f5f5;
}
::selection {
    color: #194A3F;
    background: #f5f5f5;
}


/*************** TABLE ***************/


div.selections {
  /*font-family: Verdana, Geneva, sans-serif;*/
  width: 100%;
  height: 200px;
  text-align: center;
  border-collapse: collapse;
}
.divTable.selections .divTableCell, .divTable.selections .divTableHead {
  border: 1px solid #FFFFFF;
  padding: 3px 2px;
}
.divTable.selections .divTableBody .divTableCell {
  font-size: 14px;
}
.divTable.selections .divTableRow:nth-child(even) {
  width: 25%;
  background: #EFEFEF;
}
.divTable.selections .divTableHeading {
  background: #000000;
  border-bottom: 5px solid #FFFFFF;
}
.divTable.selections .divTableHeading .divTableHead {
  width: 25%;
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #FFFFFF;
}
.divTable.selections .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.selections .tableFootStyle {
  font-size: 14px;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}





/*************** GALLERY ***************/

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive-lightbox {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 85vh;
}

/*
.gallery-container {
  width:100%;
  position: relative;
  margin:0 auto;
}
.gallery-block {
    width:100%;
    text-align:center;
    display: flex;
    justify-content:space-between;
}

@media (min-width: 550px) {
.gallery-container {
  width:800px;
  position: relative;
  margin:0 auto;
}
.gallery-block {
    width:100%;
    text-align:center;
    display: flex;
    justify-content:space-between;
}
}
*/
/*************** ACCORDION ***************/


.accordion-toggle {
    cursor: pointer;
    background-color: yellow; !important
}
.accordion-content {
    display: none;
}
.accordion-content.default {
    display: block;
}


/*************** FUNNEL ***************/



.funnel{
  text-align:center;
  background-color:black;
  width:auto;
  color:white;
  position: relative;
}
.funtop{
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    height: 100px;
}
.funmid{
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    height: 100px;
}
.funbot{
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    height: 100px;
}

@media (min-width: 470px) {
.funnel{
  text-align:center;
  background-color:black;
  width:auto;
  height:100px;
  color:white;
  position: relative;
}
.funnel:before{
  content:"";
  width:0px;
  height:0px;
  border-top:100px solid black;
  border-left:40px solid transparent;
  position:absolute;
  right:100%;
  top:0px;
 }
.funnel:after{
  content:"";
  width:0px;
  height:0px;
  border-top:100px solid black;
  border-right:40px solid transparent;
  position:absolute;
  left:100%;
  top:0px;
}
.funnel:hover { 
    background-color: #6d6d6d;
}
.funnel:hover:before { 
    border-top:100px solid #6d6d6d;
}
.funnel:hover:after { 
    border-top:100px solid #6d6d6d;
}
.funtop{
    margin-bottom: 15px;
    margin-left: 40px;
    margin-right: 40px;
}
.funmid{
    margin-bottom: 15px;
    margin-left: 85px;
    margin-right: 85px;
}
.funbot{
    margin-bottom: 15px;
    margin-left: 131px;
    margin-right: 131px;
} 
} 
p.centersingleline {
    line-height: 100px;
}
@media (max-width: 470px) {
.align-mid{
text-align: center;
}
}
.center-text {
    text-align: center
}

/*************** BUYERS GUIDE ***************/

.bcolumn,
.bcolumns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-left: 0;
}
.one.bcolumn,
.one.bcolumns                    { width: 8.33333333333%; }
.two.bcolumns                    { width: 16.6666666667%; }
.three.bcolumns                  { width: 24.99999999999; }
.four.bcolumns                   { width: 33.33333333332%; }
.five.bcolumns                   { width: 41.66666666665%; }
.six.bcolumns                    { width: 49.99999999998%; }
.seven.bcolumns                  { width: 58.33333333331%; }
.eight.bcolumns                  { width: 66.66666666664%; }
.nine.bcolumns                   { width: 74.99999999997%; }
.ten.bcolumns                    { width: 83.3333333333%; }
.eleven.bcolumns                 { width: 91.66666666663%; }
.twelve.bcolumns                 { width: 100%; margin-left: 0; }


.buyers{
  text-align:center;
  background-color:black;
  width:auto;
  height:140px;
  color:white;
  position: relative;
  border-radius: 5px;
  margin: 0 ;
}

.scale{
  height:110px !important; 
}
.retarget{
  display: flex;
  align-items: center;
  justify-content: center;
  height:265px;
}
bh2 {
  font-family: 'AkarLight';
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
}
.arrows{
  text-align:center;
  width:auto;
  height:45px;
  color:black;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buyerstop{
  height:140px;
}
.arrowshide{
  color:white;
}
.arrowscenter{
  display: flex;
  align-items: center;
  justify-content: center;
  height:110px;
}
.turn {
  transform: rotate(90deg);
  display: inline-block;
}
.confirm {
  padding-top: 18px !important;
}
.retargetfix {
  padding-top: 15px !important;
}
.movetable {
  margin: 0px auto;
  width: auto;
  margin-top: 5px;
}
.buyerend{
  width:auto;
  height:0;
  position: relative;
  clear: both;
}

@media (min-width: 775px) {
.buyercontainer {
  width:600px;
  position: relative;
  margin:0 auto;
  margin-bottom: 15px;
}
.buyercontainertop {
  width:600px;
  position: relative;
  margin:0 auto;
  margin-bottom: 15px;
}
.buyercontainermid {
  width:512px;
  position: relative;
  margin:0 auto;
  margin-bottom: 15px;
}
.buyercontainerbot {
  width:424px;
  position: relative;
  margin:0 auto;
  margin-bottom: 15px;
}
.buyers{
  text-align:center;
  background-color:black;
  width:auto;
  height:140px;
  color:white;
  position: relative;
  border-radius: 10px;
  margin: 0 ;
}
.retarget{
  display: flex;
  align-items: center;
  justify-content: center;
  height:265px;
}
bh2 {
  font-family: 'AkarLight';
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
.arrows{
  text-align:center;
  width:auto;
  height:45px;
  color:black;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrowscenter{
  display: flex;
  align-items: center;
  justify-content: center;
  height:110px;
}
.arrowshide{
  color:white;
}
}




/*************** CONTACT FORM ***************/

.antispam { 
    display:none;
}
.lastname {}
.email {}
.name { 
    display:none;
}
textarea {
  min-height: 200px;
  width: 100%;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 0px; 
}
.form {
  margin-bottom: 4px;
}
.remargin {
  margin-bottom: 0rem;
}

/*************** NAVIGATION BAR ***************/

.whitestrip {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 800;
    height: 55px;
}
.black {
    background-color: black;
}
.smalllogo {
    display: block;
    text-indent: -9999px;
    width: 121px;
    height: 55px;
    background: url("../img/akar_white.svg") no-repeat left center;
    background-size: 121px 55px;
}
.smalllogo-black {
    display: block;
    text-indent: -9999px;
    width: 121px;
    height: 55px;
    background: url("../img/akar_black.svg") no-repeat left center;
    background-size: 121px 55px;
}
.smalllogo-sprout-black {
    display: block;
    text-indent: -9999px;
    width: 80px;
    height: 80px;
    background: url("../img/akar_sprout_black.svg") no-repeat left center;
    /*background-size: 121px 55px;*/
    margin-top: 12px;
}
.smalllogo-sprout-white {
  display: block;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  background: url("../img/akar_sprout_white.svg") no-repeat left center;
  /*background-size: 55px 55px;*/
  margin-top: 4px;
}
.smalllogo-sprout-bottom {
display: block;
text-indent: -9999px;
width: 60px;
height: 60px;
background: url("../img/akar_sprout_black_bottom.svg") no-repeat left center;
/*background-size: 121px 55px;*/
margin-top: -10px;
}

.youtube {
  display: block;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  background: url("../img/youtube.svg") no-repeat left center;
  /*background-size: 55px 55px;*/
}
.instagram {
  display: block;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  background: url("../img/instagram.svg") no-repeat left center;
  /*background-size: 55px 55px;*/
}
.github {
  display: block;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  background: url("../img/github.svg") no-repeat left center;
  /*background-size: 55px 55px;*/
}

.mynavbar-fluid {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
.mynavbar-link {
  margin-right: 10px;
}
.navigation {
  margin-top: 16px;
}
.nav-columns { 
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.nav-left { 
    width: 40%;
    float: left;
    padding-top: 12px;
}
.nav-right { 
    width: 40%;
    float: left;
}
.navcenter {
    width: 20%;
    float: left;
    display: flex;
    justify-content: center;
}
.centerroots {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.social { 
  float: right;
  margin-top: 10px;
}
.topfix {
    margin-top: 55px
}
.alignleft-subsite {
    color: black;
    text-align: left;
    padding-top: 10px;
}


@media (min-width: 775px) {
.smalllogo {
    display: block;
    text-indent: -9999px;
    width: 121px;
    height: 80px;
    background: url("../img/akar_white.svg") no-repeat left center;
    background-size: 121px 80px;
}
.smalllogo-black {
    display: block;
    text-indent: -9999px;
    width: 121px;
    height: 80px;
    background: url("../img/akar_black.svg") no-repeat left center;
    background-size: 121px 80px;
}
.smalllogo-sprout-white {
  display: block;
  text-indent: -9999px;
  width: 80px;
  height: 80px;
  background: url("../img/akar_sprout_white.svg") no-repeat left center;
  /*background-size: 55px 55px;*/
  margin-top: 12px;
}
.smalllogo-sprout-bottom {
display: block;
text-indent: -9999px;
width: 80px;
height: 80px;
background: url("../img/akar_sprout_black_bottom.svg") no-repeat left center;
/*background-size: 121px 55px;*/
margin-top: -15px;
}
.nav-left { 
  width: 40%;
  float: left;
  padding-top: 24px;
}
.social { 
  float: right;
  margin-top: 15px;
}
.youtube {
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  background: url("../img/youtube.svg") no-repeat left center;
  /*background-size: 55px 55px;*/
}
.instagram {
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  background: url("../img/instagram.svg") no-repeat left center;
  /*background-size: 55px 55px;*/
}
.github {
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  background: url("../img/github.svg") no-repeat left center;
  /*background-size: 55px 55px;*/
}
.whitestrip {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 800;
    height: 80px;
}
.black {
    background-color: black;
}
.navigation {
  margin-top: 27px;
}
.topfix {
    margin-top:80px
}
.alignleft-subsite {
    color: black;
    text-align: left;
    padding-top: 40px;
}
}

.anchor {
  padding-top: 80px;
  margin-top: -80px;
  display: block; 
}
.endoftheworld {
    margin-bottom: 500px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
    margin-bottom: 30px;
    background-color: white;
}
.video-container iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.image {
    max-width: 100%;
    height: auto;
}
.button-tst {
  border-radius: 8;
  border: 1px solid black;
  color: black;
  font-size: 16px;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  margin: 4px 2px;
  text-decoration: none;
}
.btn {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  border: 1px solid white;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: inline-block;
  background: rgba(0, 0, 0, 0.33);
}
.btn:hover {
  background: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  color: #ffffff;
}
.btn-blk {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid black;
  color: black;
  font-size: 16px;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  margin: 4px 2px;
  text-decoration: none;
}
.btn-blk:hover {
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: black;
}
.blackbar {
    background-color: black;
    height: 22px;
    display: block;
}


.btn-gallery {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid black;
  color: black;
  font-size: 16px;
  width: 100%;
  padding: 15px 5px 15px 5px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.btn-gallery:hover {
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: black;
}
.btn-center {
  width: calc(33.333% - 20px);
  float: left;
  display: flex;
  justify-content: center;
}
.btn-third {
  width: calc(33.333% - 20px);
  float: left;
  display: flex;
}
.btn-spacer {
  width: 30px;
  height: 1px;
  float: left;
}
.container-gallery {
  height: auto;
  display: flex;
}

@media (max-width: 650px) {
  .container-gallery {
    float: none;
    display: block;
  }
  .btn-spacer {
    display: none;
  }
  .btn-third {
    width: 100%;
    float: none;
    display: flex;
    margin-bottom: 15px;
  }
  .btn-center {
    width: 100%;
    float: none;
    display: flex;
    justify-content: left;
    margin-bottom: 15px;
  }
}

/*************** PARAGRAPH SPACES ***************/

p.smaller {
    margin-bottom:10px;
}
p.small {
    margin-bottom:15px;
}
p.big {
    margin-bottom:35px;
}
p.biger {
    margin-bottom:65px;
}
p.text {
    margin-bottom:-2px;
    /*margin-right:20px;*/
}
p.topspace {
    padding-top:25px;
}
p.topbuyersspace {
    padding-top:5px;
} 
ul {
    margin-bottom:35px;
}

/*************** CONTENT FRAME ***************/


.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 130%;
}
@media (min-width: 470px) {
    .resp-container {
        position: relative;
        overflow: hidden;
        padding-top: 55%;
    }
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.container-fix {
    position: absolute;
    top: 0;
    height: 100%;
}
.container-fluid {
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
}
.alignleft {
    color: white;
    text-align: left;
    padding-top: 150px;
    margin-left: 0px;
}
.align-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 100%;
}
.alignleft-blk {
    color: black;
    text-align: left;
    padding-top: 150px;
}
.infobar {
    text-align: center;
    padding: 6.5rem 5rem 5rem 5rem;
}
.infobar-bottom {
    text-align: center;
    padding: 3rem 5rem 1.5rem 5rem;
}
.infobar-content {
    text-align: left;
    color: #191919;
}
.container-frame {
    margin-top: 65px;
}

.container {
    width: 100%;
    padding: 0; 
  }
.align-vfx {
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    text-align: right;
    justify-content: flex-end;
    height: 90%;
    width: 100%;
    margin-right: 0;
}
.align-content {
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    margin-left: 0px;
    height: 80%;
    width: 100%;
    text-align: left;
    padding-top: 40px;
}
.align-marketing {
    color: white;
    margin-left: 0px;
    text-align: left;
    padding-top: 40px;
}
.align-about {
    color: white;
    margin-left: 0px;
    text-align: left;
    padding-top: 40px;
}
.align-narrative {
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    text-align: right;
    justify-content: flex-end;
    height: 80%;
    width: 100%;
    margin-left: 0px;
    padding-top: 40px;
}


@media (min-width: 470px) {
.container {
    width: 100%;
}
.alignleft {
    margin-left: 50px;
}
.align-vfx {
    width: 50%;
    margin-right: 50px;
}
.align-about {
    color: white;
    margin-left: 50px;
    text-align: left;
    padding-top: 40px;
}
.align-content {
    color: white;
    margin-left: 50px;
    text-align: left;
    padding-top: 40px;
}
.align-marketing {
    color: white;
    margin-left: 50px;
    text-align: left;
    padding-top: 30px;
}
.align-narrative {
    width: 50%;
    margin-right: 50px;
}
}



.container-about {
    background: url("../img/sprout_phone.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 154.2168674698795%;
}
.container-empty {
    background-size:100% auto;
    margin-top:80px;
    background-color: white;
}
.container-vfx {
    background: url("../img/vfx_phone.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 154.2168674698795%;
}
.container-content {
    background: url("../img/content_phone.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 154.2168674698795%;
}
.container-marketing {
    background: url("../img/archviz_phone.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 154.2168674698795%;
}
.container-narrative {
    background: url("../img/narrative_phone.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 154.2168674698795%;
}


@media (min-width: 470px) {
.container-about {
    background: url("../img/sprout_tablet.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 83.5509138381201%;
}
.container-empty {
    background-size:100% auto;
    margin-top:80px;
    background-color: white;
}
.container-vfx {
    background: url("../img/vfx_tablet.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 83.5509138381201%;
}
.container-narrative {
    background: url("../img/narrative_tablet.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 83.5509138381201%;
}
.container-marketing {
    background: url("../img/archviz_tablet.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 83.5509138381201%;
}
.container-content {
    background: url("../img/content_tablet.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 83.5509138381201%;
}
}

@media (min-width: 775px) {
.container-about {
    background: url("../img/sprout_desktop.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 50%;
}
.container-frame1 {
    background-size:100% auto;
    margin-top:80px;
    background-color: white;
}
.container-content {
    background: url("../img/content_desktop.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 50%;
}
.container-marketing {
    background: url("../img/archviz_desktop.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 50%;
}
.container-narrative {
    background: url("../img/narrative_desktop.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 50%;
}
.container-vfx {
    background: url("../img/vfx_desktop.jpg") no-repeat;
    background-size:100% auto;
    position: relative;
    padding-top: 50%;
}
}


