#sidebar .slide {
    overflow: hidden;
    margin: 0 0 24px;
}

#sidebar .banner {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 0 24px;
}

@media only screen and (max-width: 767px) {
    #sidebar .banner {
        width: auto;
        height: auto !important;
        display: block;
    }
}

#sidebar .banner a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    color: #fff;
    background: #b0c4cf;
}

    #sidebar .banner a:hover .img-holder:after {
        opacity: 1;
        visibility: visible;
    }

    #sidebar .banner a .arrow {
        background: #b0c4cf;
    }

    #sidebar .banner a.color1 {
        color: #1a4567;
    }

        #sidebar .banner a.color1 .arrow {
            color: #1a4567;
        }

    #sidebar .banner a.color2 {
        background: #385673;
    }

        #sidebar .banner a.color2 .arrow {
            background: #385673;
        }

    #sidebar .banner a.color3 {
        background: #9aa2a7;
    }

        #sidebar .banner a.color3 .arrow {
            background: #9aa2a7;
        }

#sidebar .banner img {
    margin: 0;
    height: 100%;
    width: auto;
}

@media only screen and (max-width: 767px) {
    #sidebar .banner img {
        width: 100%;
        height: auto;
    }
}

#sidebar .banner .img-holder {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 -200px;
}

@media only screen and (max-width: 767px) {
    #sidebar .banner .img-holder {
        margin: 0;
    }
}

#sidebar .banner .img-holder:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#sidebar .banner .text-holder {
    padding: 16px 15px 9px 28px;
    letter-spacing: 0.1px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
}

@media only screen and (max-width: 767px) {
    #sidebar .banner .text-holder {
        padding: 12px 16px 10px 13px;
        letter-spacing: 0;
        line-height: 19px;
    }
}

#sidebar .banner .title {
    padding: 0 0 10px;
}

    #sidebar .banner .title h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: normal;
        color: #fff;
        margin: 0 0 14px;
    }

@media only screen and (max-width: 767px) {
    #sidebar .banner .title h3 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 3px;
    }

        #sidebar .banner .title h3 br {
            display: none;
        }
}

#sidebar .banner .box {
    overflow: hidden;
}

#sidebar .banner p {
    margin: 0;
}

#sidebar .banner .arrow {
    position: absolute;
    bottom: 3px;
    right: 205px;
    width: 22px;
    height: 22px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
}

@media only screen and (max-width: 767px) {
    #sidebar .banner .arrow {
        right: 8px;
        bottom: 6px;
    }
}

@media only screen and (max-width: 767px) {
  #sidebar .video-holder {
    margin-bottom: 24px;
  }
}
