.logocontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20%;
    height: 15rem;
    margin-top: -35%;
}

.logocontainer img {
    height: 66%;
}

#team {
    /* padding: 4em 5em 2em 5em ; */
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.our-team {
    display: flex;
	justify-content: left;
    flex-wrap: wrap;
}

.our-team .member {
    background-color: rgba(255, 255, 255, 0.05);
    border: solid 1px  rgba(255, 255, 255, 0.15);
    border-radius: 0.5em;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 20%;
    min-width: 10em;
    padding: 1em 1em 1.5em 1em;
    margin: 0em 1.5em 1.5em 0em;
    transition: width 700ms cubic-bezier(.23,0,.01,.97);
}

/*
.our-team .member:hover {
    background-color: rgba(255, 255, 255, 1);
    color: black;
    padding: 1.1em 2.2em 1.65em 2.2em;
    margin: -0.1em 1.8em 1.85em -0.2em;
    transition: 300ms ease-in-out;
    
}

.member:hover h3 {
    color:black;
}

.member:hover i {
    color:black;

}

.member:hover i:hover {
    color:#5e42a6;;
}
*/
.member:hover img {
    width: 8em;
    transition: width 700ms cubic-bezier(.23,0,.01,.97);
}

.member:hover {
    width: 25%;
    transition: width 700ms cubic-bezier(.23,0,.01,.97);
}


.our-team img {
    width: 6em;
    border-radius: 50%;
    margin-bottom: 0.5em;
    transition: width 400ms cubic-bezier(.23,0,.01,.97)
}
 
.member h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1em;
}

.member p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    line-height: 0.6;
    font-size: 0.7em;
    transition: color 300ms;
}

.member i {
    transition: color 300ms;
}

#us {
    width: 100%;
    padding: 0em;
}

.member .icons {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.icons a {
    border-bottom: none;
}

.conceptvideo {
    width: 100%;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.conceptvideo video{
    margin-bottom: 0.5em;
}

.pres {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.pres img {
    width: 16em;
}

.pres h3 {
    margin-top: 1em;
}

.noud {
    border-bottom: none;
}

#prestable section {
    padding: 3.5em 3em 1em 3.5em
}

.splitvideos {
    display: flex;
    justify-content: left;
    flex-direction: row;
}