#video_pattern {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -999;
	background-image: url(../images/pattern.png);
}
#video_background {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	z-index: -1000;
	opacity: 0.4;
}
@media only screen and (max-width: 850px) {
	#video_pattern,
	#video_background {
		display: none;
	}
}

.mp3 {
	padding: 25px 20px 25px 16px;
	margin-bottom: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: rgb(15, 22, 23);
	color: white;
}
.mp3 > span {
	font-size: 18px;
	color: #919191;
}

.plyr--audio .plyr__controls, .plyr__controls {
	background-color: inherit;
	color: white;
}
.plyr__progress__buffer {
	background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__control:hover {
    color: rgb(191, 21, 45);
	background: 0 none !important;
}
.plyr--full-ui input[type=range] {
    color: white;
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background-color: rgb(191, 21, 45);
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
    background-color: rgb(191, 21, 45);
}
.plyr--full-ui input[type=range]::-ms-thumb {
    background-color: rgb(191, 21, 45);
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control[aria-expanded=true] {
    background-color: rgb(191, 21, 45);
	box-shadow: 0 0 0 5px rgba(191, 21, 45, 0.5);
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 5px rgba(191, 21, 45, 0.5);
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(191, 21, 45, 0.5);
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(191, 21, 45, 0.5);
}

#discography-post .mp3 .plyr--audio .plyr__controls {
	position: static;
	padding: 10px;
	margin: 0;
}
#discography-post .mp3 .plyr__controls>button:last-of-type {
	display: inline-block;
	top: auto;
	right: auto;
}
#discography-post .mp3 .plyr .plyr__progress {
	display: block;
	margin-left: 10px;
	max-width: none;
}
#discography-post .mp3 .plyr__controls>.plyr__time {
	display: block;
	left: auto;
	margin-top: 0;
	font-size: 14px;
}
#discography-post .mp3 .plyr__time+.plyr__time {
	display: block;
	left: auto;
	margin-left: 10px;
	margin-right: 0;
	font-size: 14px;
}
#discography-post .mp3 .plyr .plyr__volume {
	display: flex;
	max-width: 110px;
	margin-top: 0;
	margin-right: 0;
}
#discography-post .plyr .plyr__volume input[type=range] {
	top: 0;
}