.issue-slider-custom .carousel-control{
    width: 0;
}
.issue-slider-custom a.left.carousel-control {
    background-color: transparent;
    background-image: none;
}
.issue-slider-custom a.right.carousel-control {
    background-color: transparent;
    background-image: none;
}
.issue-slider-custom .carousel-inner {
    /*background: url(/plugins/themes/oldGregg/images/background.jpg);*/
    background: rgba(255,255,255,0.4);
    background-position: center;
    height: 245px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.issue-slider-custom .carousel-item {
    max-height: 245px;
}
.issue-slider-custom .article-text{
    padding-top: 50px;
    padding-bottom: 150px;
    padding-right: 25px;
    background-image: -webkit-linear-gradient(-30deg, transparent 0%, rgba(233, 146, 47, 0.605) 0%);
    
}

.issue-slider-custom.d-none.d-md-block {
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.issue-slider-custom .article-title{
    margin-top: 10px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    max-width: 75%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.issue-slider-custom .journal-title{
    margin-top: 50px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    margin-right: 20px;
}
.issue-slider-custom .issue-image{
    background-color: rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    padding: 10px;
    border-radius: 10px;
    margin-left: 20px;
}
.issue-slider-custom .issue-image-cover{
    background-color: rgba(255, 255, 255, 0.2);
    margin-top: 0px;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
    margin-left: 20px;
    max-height: 195px;
}
.issue-slider-custom .carousel-control-next,
.issue-slider-custom .carousel-control-prev {
    width: 5%;
}
.issue-slider-custom .col-cover {
    max-height: 245px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -11px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}