.album-image {
    min-height: 100px;
    width: 100px;
    background-size: cover;
}

.audio-player {
    border: 1px solid lighten(#acacac, 20%);
    text-align: center;
    display: flex;
    flex-flow: row;
    margin: 4rem 0 4rem 0;
    width: 600px;
}

.player-controls {
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
    flex: 3;
}

progress {
    width: 90%;
}

progress[value] {
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    color: blue;
    height: 5px;
}

progress[value]::-webkit-progress-bar {
    background-color: white;
    border-radius: 2px;
    border: 1px solid lighten(#acacac, 20%);
    color: blue;
}

progress::-webkit-progress-value {
    background-color: blue;
}


p {
    font-size: 1.6rem;
}


    
.play-btn {
    background-image: url('../Images/play-button.png');
    background-size: cover;
    width: 24px;
    height: 24px;
    margin: 2rem 0 2rem 2rem;
}
.play-btn{margin: 0 auto;cursor: pointer;}
.play-btn.pause {
    /*background-image: url('../Images/pause-button.png');*/
    background-image: url('../Images/playing-indicator.png');
}

/* added by Alvin for TYPO3 integration, do not change */
/* fix layout when title link is short - keep do not override */
.ne-art-content a {
    display:block;
    clear:left;
}

/* added by Alvin for TYPO3 integration, do not change */
/* music title as a link in player  */
.ne-music-table.ne-music-accordian .ne-music-table-item h5 a{
    position: relative;
    right: 0px;
    top: 0px;
}

.ne-music-table.ne-music-accordian .ne-no-audio .play-btn {
    visibility: hidden;
}


.ne-responsive-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px;
    clear:left;
}
.ne-responsive-embed-container iframe, .ne-responsive-embed-container object, .ne-responsive-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-center .img-wrap img {
    margin: auto;
}

/* 1 -> Above Right */
.img-right .img-wrap {
    float: right;
}

/* 2 -> Above, left */
.img-left .img-wrap {
    float: left;
}

/* In text */
.img-intext {
    box-sizing: border-box !important;
    overflow: hidden;
}
.img-intext .text {
    box-sizing: border-box !important;

}

/* 17 -> In text, right */
.img-intext-right .img-wrap {
    box-sizing: border-box !important;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
}
.img-intext-right p {
    float: none;
}

/* 18 -> In text, left */
.img-intext-left .img-wrap {
    box-sizing: border-box !important;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
}
.img-intext-left p {
    float: none;
}



/* 25 -> Beside Text, right */
.img-beside-right {
    box-sizing: border-box;
    overflow: hidden;
}
.img-beside-right .img-wrap {
    box-sizing: border-box;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;

}
.img-beside-right .text {
    box-sizing: border-box;
    overflow: hidden;

}


/* 26 -> Beside Text, left */
.img-beside-left {
    box-sizing: border-box;
    overflow: hidden;
}
.img-beside-left .img-wrap {
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;

}
.img-beside-left .text {
    box-sizing: border-box;
    overflow: hidden;

}



