#slider,
#slider2 {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 600px;
    padding: 10px;
    box-shadow: 0 0 5px #1f5667;
}

#slider img,
#slider2 img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-height: 100%;
    border-radius: 3px;
    animation-fill-mode: both;
}

#slider li,
#slider2 li {
    list-style: none !important;
}

#dots,
#dots2 {
    list-style: none;
    padding: 0px;
    margin-bottom: 8px;
}

#dots li,
#dots2 li {
    display: inline-block;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #0070B5;
    background: white;
    cursor: pointer;
}

#dots li.active,
#dots2 li.active {
    background: #1f5667;
}