#TopPick .container {
    display: flex;
    padding: 0;
}

#TopPick article {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

#TopPick article svg {
    position: absolute;
    top: calc(50% - 23px);
    left: calc(50% - 34px);
    z-index: 1;
}

#TopPick article .top-content {
    position: absolute;
    width: 45%;
    min-width: 370px;
    padding: 25px;
    background-color: rgba(0,0,0,.4);
    z-index: 1;
}

#TopPick article .title {
    display: block;
    margin-bottom: 10px;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.1;
    text-shadow: #333 0 0 2px;
    text-decoration: none;
    letter-spacing: -3px;
    color: white;
}

#TopPick article .title a {
    color: white;
    text-decoration: none;
}

#TopPick article img {
    /*display: inline-block;*/
    position: relative;
    height: 515px;
    object-fit: cover;
}

#TopPick article img:after {
    /*padding-top: 56.25%;*/
    display: block;
    content: '';
}

#TopPick .top-content .text {
    font-size: .9rem;
    color: white;
    text-shadow: #333 0 0 1px;
}

#TopPick .top-content .more {
    display: inline-block;
    margin-top: 5px;
    padding: .1rem 2rem;
    font-size: .85rem;
    text-shadow: black 1px 1px 2px;
    color: white;
    border: white solid 1px;
    border-radius: 5rem;
    background-color: rgba(255,255,255,.1);
}

#TopPick .top-content .more:hover {
    text-decoration: none;
    color: white;
    background-color: rgba(255,255,255,.2);
}

#TopPick.banner-line {
    display: flex;
    justify-content: center;
    background-color: #f4f5fa;
}

#TopPick.banner-line.banner-line-padding {
    padding: 15px 0;
}

#TopPick.banner-line .banner {
    width: 100%;
    height: 90px;
    max-width: 728px;
    background-color: cornflowerblue;
}

#TopPick .banners {
    padding: 0 0 0 25px;
    flex: 0 !important;
}

#TopPick .banners a {
    display: block;
    width: 300px;
    height: 250px;
}

#TopPick .banners a:first-child {
    margin-bottom: 15px;
}

#TopPick .banners a img {
    width: 100%;
    height: auto;
}

#TopPick .mobile-banner {
    padding: 1.7rem 0 1rem;
    text-align: center;
}


/* Slider theme */
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}
.slick-dots li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
}
.slick-dots li button {
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    font-size: 29px;
    line-height: 20px;
    content: '\2022';
    text-align: center;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    font-size: 38px;
    color: #6ccc53;
}

@media (min-width: 1200px) {
    #TopPick .container {
        padding: 25px 30px;
    }
}

@media (max-width: 1130px) {
    #TopPick .container .banners {
        display: none;
    }

    #TopPick article img {
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #TopPick .banners {
        display: flex;
        padding: 1rem !important;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    nav {
        padding: 0 1.5rem;
        z-index: 1;
    }

    #TopPick .top-content a {
        background: none;
    }

    #TopPick .top-content {
        display: flex;
        width: 75% !important;
        min-width: inherit !important;
        align-items: baseline;
        flex-direction: column;
        justify-content: space-between;
    }

    #TopPick .top-content .title {
        font-size: 2.8rem;
        letter-spacing: -2px;
    }

    #TopPick .top-content .text {
        font-family: 'Open Sans';
        font-size: 1.1rem;
    }

    #TopPick .top-content .more {
        font-weight: bold;
    }
}

@media (min-width: 769px) {
    #TopPick .mobile-banner {
        display: none;
    }
}

@media (max-width: 576px) {
    nav {
        padding: 0 1rem;
    }

    #TopPick .top-content {
        width: 85% !important;
        padding: 15px !important;
    }

    #TopPick .top-content .text {
        margin-top: auto;
    }

    #TopPick .top-content .more {
        margin-top: 5px;
    }
}

@media (max-width: 420px) {
    #TopPick .banner-line {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    #TopPick .top-content .title {
        font-size: 1.5rem;
        letter-spacing: -1px;
    }

    #TopPick .top-content .title .video {
        font-weight: 300;
    }

    #TopPick .top-content .text {
        font-size: 3.8vw;
        line-height: 1.3;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
}

@media (max-width: 320px) {
    nav {
        padding: 0 .5rem;
    }

    #TopPick .top-content .title {
        font-size: 1.3rem;
    }
}