/*nav css*/

.nav-logo {
    float: left;
    width: 17%;
}

/*cover css*/

.herocover {
    float: left;
    width: 100%;
    height: 100%;
    padding: 4%;
}

video#ksvideo_v {
    float: left;
    width: 100%;
}

.cover-content {
    background-color: rgba(255, 255, 255, 0.3);
}

/*about css*/

#about {
    float: left;
    width: 100%;
}

/*our brand css*/

.brand img {
    float: left;
    width: 75%;
    height: auto;
}

/*collab brands*/

img.collab-contain {
    width: 12%;
}

/*footer css*/

.foot-space {
    width: 25%;
}
a.foot-logo {
    width: 60% !important;
    display: block;
}