.artist-slider.slider-band {
    /*background-image: url(../images/bg/10.jpg);*/
    background-repeat: no-repeat;
    background-position: 100px 100px;
}

.artist-slider .owl-prev,
.artist-slider .owl-next {
    position: absolute;
    top: 50%;
    font-size: 64px;
    color: #d1d1d1;
    margin-top: -80px;
}

.artist-slider .owl-prev {
    left: -60px;
}

.artist-slider .owl-next {
    right: -60px;
}

.artist-slider .owl-prev:hover,
.artist-slider .owl-next:hover {
    color: #00A8CF;
}

.artist-albums {
    background-image: url(../img/banner_black1.jpg);
    /*background-color: #e7eced;*/
    background-repeat: no-repeat;
}
.artist-albums .album-item {
    color: #000;
    margin-left: 15px;
    margin-right: 15px;
}

.read_section {
    background-image: url(../img/banner_black.jpg);
    /*background-color: #e7eced;*/
    padding-bottom: 100px;
    background-repeat: no-repeat;
}

.font_white {
    color: #fff!important;
}
.mb_1 {
    margin-bottom: 1em;
}
/*.sponsors {
    padding: 3em;
    width: 100%;
    height: 100%;
    background-image: url(../img/PoweredBy.jpg);
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 115px;
    padding-bottom: 125px;
}

.sponsors img {
    height: 70px;
}*/


.showcase {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    border: solid 0px !important;
}

.fit-image {
    height: 250px !important;
    border: solid 1px #ddd !important;
    padding: 1em !important;
    /*background: #EFEFEF;*/
}

.fit-image img {
    position: relative;
    max-width: 100%;
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}

.artist-albums .section-title {
    margin-bottom: 40px;
    padding-top: 55px;
    text-align: left;
}
.read_section .section-title {
    margin-bottom: 40px;
    padding-top: 55px;
    text-align: left;
}
.sponser_img {
    height: 300px;
}

/*---------------------------------------------*/


/*#video_player {
    display: table;
    line-height: 0;
    font-size: 0;
    background: #000;
    height: 500px;
}
#video_player video{
    height: 500px;
    overflow-y: hidden !important;
}
#video_player video,
    #video_player figcaption {
        display: table-cell;
        vertical-align: top;
       
}
#video_player figcaption {
    width: 25%;
    max-height: 500px;
    
}
figcaption #scrollable {
    position: absolute;
    height: 100%;
    width: 25%;
    overflow-y: scroll;
}
#video_player figcaption a {
    display: block;
    opacity: .5;
    transition: 1s opacity;
}
#video_player a img,
    figure video {
        width: 100%;
        height: 200px;
}
#video_player figcaption a:hover {
    opacity: 1;
}
@media (max-width: 700px) {
    #video_player video,
        #video_player figcaption {
            display: table-row;
        }
#video_player figcaption a {
    display: inline-block;
    width: 33.33%;
}
}*/





