/**
 * Styles for the study options page carousel variant (based on news-listing shortcode)
 */
.carousel-verbose img.img-responsive,
.carousel-verbose ul.cd-hero-slider li div.animate {
    background-size: cover;
    background-position: center center;
    float: left;
    width: 100%;
    height: 100%;
}



@media (min-width: 767px) {
    .carousel-verbose img.img-responsive,
    .carousel-verbose ul.cd-hero-slider li div.animate
     {
        width: 60% !important;
    }
}

.carousel-verbose .carousel-caption, 
.carousel-verbose ul.cd-hero-slider li .carousel-caption
{
    position: static;
    float: right;
    margin: 0;
    height: 100%;
    text-align: left;
    width: 40%;
}

.carousel-verbose .item { background-size: contain; }

.carousel-verbose .content__wrapper .row .content {
    top: 0;
}

@media (max-width: 767px) {
    .carousel-verbose .carousel-caption,
    .carousel-verbose ul.cd-hero-slider li .carousel-caption
    {
        width: 100%;
    }

    .carousel-verbose .container-fluid .cd-hero-slider .animate + .content__wrapper .row .content {
        top: -7.25rem;
    }
}

@media (max-width: 768px) {
    .carousel-verbose .carousel-caption,
    .carousel-verbose ul.cd-hero-slider li .carousel-caption
    {
        padding: 0px
    }

    
}

