
/* SOLAR TEAM FEATURE BANNER
---------------------------------------------------------------------------- */

/* Lorem
---------------------------------------------------------------------------- */

.videoFeature {
    width: 100%;
    height: 500px;
    overflow: hidden;
    text-align: middle;
    background: #0f1428;
    max-height: 80vw;
}

video {
    opacity: 0.5;
    transition: all 4s;
}

.featureText {
    max-width: 90%;
    position: relative;
    z-index: 1;
    height: 315px;
    margin-top: -680px;
    text-align: center;
    margin-bottom: 50%;
    margin-left: auto;
    width: 425px;
    margin-right: auto;
    transition: all 5s;
    opacity: 0;
}

.featureText img {
    max-width: 100%;
}

.featureText span {
    line-height: 117px;
    color: white;
    font-size: 120px;
    font-weight: 700;
}

.featureText .knapp {
    margin-top: 40px !important;
    border: 2px solid white !important;
    font-weight: normal !important;
    border-radius: 10px !important;
    background: rgba(0,0,0,0.2) !important;
}

@media (max-width:580px) {
    /* .videoFeature video { 
      height:145px;
   }
   
   .featureText span {
      line-height: 66px!important;
      font-size:61px!important;
      display:block;
      margin-left:25px;
   }
   
   .featureText {
         margin-left:20px;
      margin: -146px auto auto auto!important;
      height:145px!important;
   }      */
}


/* Small devices (phones, 576px and up) */
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	
}

