section.Ken-burn{
    background-repeat: no-repeat;
    background-size: cover;
}

.kenburn ul {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    list-style: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.kenburn ul:hover {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    list-style: none;
}



.kenburn ul li {
    width: 33.33333%;
    height: 100vh;
    border-right: 1px solid white;
    color: white;
    position: relative;
    list-style: none;
}

.kenburn li:hover {
    background-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    cursor: pointer;
    color: black;
}

.kenburn span,
.kenburn h3 {
    text-decoration: none;
    color: aliceblue;
    font-family: 'Poppins', sans-serif;


}

.kenburn li a {
    position: absolute;
    top: 36px;
    display: flex;
    flex-direction: column;
    left: 7%;


}

.kenburn li span:hover,
.kenburn li h3:hover {
    text-decoration: none !important;
}


.kenburn span:focus,
.kenburn h3:focus {
    text-decoration: none;

}

.kenburn li:hover span,
.kenburn li:hover h3 {
    text-decoration: none;
    color: black;

}

.kenburn li:nth-child(3) {
    border-right: none !important;
}

.box-content {
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: #fff;
    text-align: center;



}

.kenburn li:hover .box-content {
    transition: all .3s linear;
    height: 15%;
    color: black;
}

.kenburn-img {
    transition: all 1s;
    background-repeat: no-repeat;
}

.kenburn {
    background-repeat: no-repeat;
    background-size: cover;
}

.kenburn ul{
    padding-left: 0px!important;
}




@media only screen and (max-device-width: 990px) {
    .kenburn ul {
        flex-direction: column;
    }

    .kenburn ul li {
        width: 100%;
        height: 49vh;
        border-right: 2px solid white;
        color: white;
        position: relative;
    }

    .kenburn li:hover .box-content {
        transition: all .3s linear;
        height: 30%;
        color: black;
    }

    .kenburn ul li {
        border-bottom: 1px solid white;

    }

    li:nth-child(3) {
        border-bottom: none !important;
    }

}