.backgroundImage {
    width: 100%;
    height: 100vh;
    background-image: url(../../images/teamBg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    /*max-height: 769px;*/
}

.TeamContainer {
    margin-top: 150px;
}

.TeamHead {
    background-color: rgba(157, 34, 109, 0.8);
    color: #ffffff;
    font-size: 33px;
    height: 50px;
    line-height: 50px;
}

.ArtistOfMonth {
    background-image: url(../../images/artistOfTheMonth.jpg);
    width: 100%;
}

.ContentTeam {
    width: 90%;
    max-width: 250px;
    background-color: rgba(0,0,0,0.5);
    height: 190px;
    position: relative;
    margin: 0 auto;
}

.AddClasses {
    height: 120px;
    top: -20px;
}

.TeamContentTitle {
    padding: 15px 0;
    border: 5px solid rgba(255,255,255,0.66);
    border-left: 0;
    border-right: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 34px;
    margin: 0 auto;
    max-width: 82%;
    position: relative;
}

.addMoreTitle {
    padding: 5px 0;
}

.UnderNameStyle {
    font-family: 'AvantGarde-CondBook';
    color: #FFFFFF;
    font-size: 14px;
    line-height: 17px;
}

.HoverME {
    cursor: pointer;
}

    .HoverME:hover .ContentTeam {
        background-color: rgba(127,32,95,0.5);
    }

.BackToMusic {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 19px;
    padding-right: 30px;
    background-image: url(../../images/backarrow.png);
    background-position: right center;
    cursor: pointer;
}

.artistDetailsBG {
    background-image: url(../../images/artistDetails.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.ArtistNAme {
    font-family: 'Dense-Regular';
    font-size: 40px;
    line-height: 40px;
    color: #060606;
    margin-top: 30px;
}

.ArtistundNAme {
    font-family: 'AvantGarde-CondBook';
    color: #060606;
    font-size: 17px;
}

.ArtistDEsc {
    margin-top: 10px;
    font-family: 'AvantGarde-CondBook';
    color: #060606;
    font-size: 17px;
}

.ColorWhite .ArtistNAme, .ColorWhite .ArtistundNAme, .ColorWhite .ArtistDEsc {
    color: #ffffff;
}



.ArtistDEscHeight {
    height: 100px;
}

.GalleryITem {
    width: 163px;
    height: 112px;
    margin-right: 20px;
}


.max50vw {
    max-width: 45vw;
}


@media all and (max-width: 768px) {
    .ArtistDEscHeight {
        height: auto;
    }


    .backgroundImage2 {
        height: auto;
    }

    .max50vw {
        max-width: 90vw;
    }
}

.PrevBG {
    background-image: url(../../images/back.png) !important;
    background-repeat: no-repeat !important;
    width: 64px !important;
    height: 64px !important;
    background-size:80%  !important;
}

.NextBG {
    background-image: url(../../images/next.png) !important;
    background-repeat: no-repeat !important;
    width: 64px !important;
    height: 64px !important;
    background-size:80%  !important;

}
