#maincategory {
    width: 100%;
}

.maincategoryphoto {
    height: 35vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow:hidden;
}

.maincategoryphoto video {
      position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}

.videogradient {
        background-image: -webkit-gradient(linear,right top,left top,from(transparent),to(rgba(0,0,0,.7)));
    background-image: -webkit-linear-gradient(right,transparent,rgba(0,0,0,.7));
    background-image: -o-linear-gradient(right),transparent 0,rgba(0,0,0,.7) 100%);
    background-image: linear-gradient(1deg,transparent,rgba(0,0,0,.7)), linear-gradient(270deg,transparent,rgba(0,0,0,.7));
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.maincategoryphoto:after {
  content:'';
  position:relative;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block; 
    /*
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),to(rgba(0,0,0,.7)));
    background-image: -webkit-linear-gradient(right,transparent,rgba(0,0,0,.7));
    background-image: -o-linear-gradient(right),transparent 0,rgba(0,0,0,.7) 100%);
    background-image: linear-gradient(-90deg,transparent,rgba(0,0,0,.7)); 
    
    background-color: #0000005c;
*/
}

.maincategorybox {
    position: absolute;
 top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    /*width: 25%;
    right: 70%;*/
    line-height: 2.5vh;
    z-index:5;
    padding-left: 5%;
}

.featuredtext-title {
    font-size: 4vh;
    /* float: left; */
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 4vh;
}

.featuredtext-descrip {
    font-size: 2vh;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-top: 8vh;
    line-height: 3.1vh;
    width: 30%;
}

#descriptor {
    background-color: #fff;
    color: #000;
    padding-top: 15vh;
    width: 80%;
    margin: 0 auto;
}

.descriptor_title {
    font-size: 3vh;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding-bottom: 2vh;
}

.descriptor_text {
    font-size: 2vh;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

#projectgallery {
    background-color: #fff;
}

#main {
    background-color: #fff !important;
}

.spotlights {
    width: 75%;
    margin: 0 auto;

}

.spotlight_title {
    font-size: 30vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    position: relative;
    line-height: 30vw;
    color: #000;
}

.spotlight_text {
    font-size: 2vh;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
}

.visualgallery {
    padding-top: 10vh;
}

.visualgallery_title {
        font-size: 3vh;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding-bottom: 2vh;
    color: #000;
}


.spotlights > section > .content {
    padding: 0 0 0 0 !important;
    justify-content: flex-end;
}

.spotlights > section {
    flex-direction: row-reverse !important;
    padding-top: 20vh;
}

.spotlights > section > .content > .inner {
    padding-left: 0vh;
}

.aboutusimg {
    background-image: url(../../our_assets/img/about_us_image1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
        margin-top: 10vh;
    min-height: 40vh;
}

.aboutusrow {
    width: 80%;
    margin: 0 auto;
    padding-top: 10vh;
}

.flex-container{
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:center;
justify-content:center;
}

@media screen and (max-width: 980px) {
    .spotlights video {
    width: 75%;
    margin: 0 auto;
    display: block;
    }
    .spotlightphoto {
        width: 75%;
    margin: 0 auto;
    display: block; 
    }
    .spotlights > section > .content > .inner {
        padding-left: 0;   
    }
    .spotlights > section:nth-child(2n) > .content {
            padding: 3em 1.5em 1em 1.5em;
    width: 100%;
    }
}


@media screen and (max-width: 970px) {
  .maincategoryphoto video {
    width: 200%;
}
}

@media screen and (max-width: 480px) {
  .maincategoryphoto video {
    width: auto !important;
    height: 100%;
    padding-top: 4.25em;
    z-index: 0;
}
}

@media screen and (max-width: 320px) {
  .maincategoryphoto video {
    width: 200%;
    padding-top: 7.9vh;
    z-index: 0;
}
}


@media screen and (max-width: 950px) {
  .featuredtext {
  width: 76vw;
  left: 15vw;
  top: 55%;
}
    .featuredtext-descrip {
        width: 95%;
    }
    .maincategorybox{
        transform: translateY(-45%);
    }

    .videogradient {
        background-color: #0000009e;
        background-image: none !important;
    }
}

