.row{
    margin: 0;
}
.col{
    margin: 0;
}
.tussenHR{
    width: 8%;
    margin-left: 46%;
    height: 2px;
    background-color: #ff1313!important;
    border-radius: 1px;
    border: none;
}
.imgDiv{
    height: 50vh;
    margin: 0;
    background-image: url(../img/gallery/bootv4.jpg);
    /* background-position-y: -10em; */
    background-size: cover;
}
.maskdiv{
    background-size: cover;
    height: 50vh;

}
.rgba-white-strong{
    /* background-color: rgba(229, 255, 233, 0.7); */
    background-color: rgba(168, 168, 168, 0.7);
}
.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    /* min-height: 100vh; These two lines are counted as one :-)       */
  
    display: flex;
    align-items: center;
  }
.section-tittle h2{
    font-size: 25px;
}
.starups-area .starups-img{
    background-size: 100%;
}

.imecImg{
    width:60%!important; 
}

@media screen and (min-width: 800px){
    .imecImg{
       width:30%!important; 
       margin-top:-40px;
    }
}