body{
    font-family: sans-serif;
    margin: 0;
}

h1{
    text-align: center;
    margin: 0 0 35px;
    background: #CDD700;
    padding: 10px;
}

.slick-prev,.slick-next{
    opacity: 0;
}
.cont {
    position: relative;
    height: 400px;
}
.slides img{
    max-width: 85%;
    max-height: 330px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.name {
    color: #07253F;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
}