/* my css */

.parent-mv {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.child-mv {
	position: relative;
    width: 200px;
    /*height: 305px;*/
    margin: 10px;
}
.link-mv{
	display: inline-block;
	position: relative;
	text-decoration: none;		
}
.hover-mv{
	display: none;
	transition: 0.4s;
}
.link-mv{
	color: #333;
}
.link-mv:hover{
	color: #FF550B;
}
.link-mv:hover .hover-mv{
	display: block;
	position: absolute;
	height: 280px;
	width: 100%;
	background: rgba(0, 0, 0, 50%);
    top: 0;
	text-align: center;
}
.svgicon-play {
    width: 28px;
    height: 32px;
    fill: aliceblue;
    margin: 118px 0 10px;
}
.plChil {
    width: 6.43em;
    height: 2.6em;
    cursor: pointer;
    display: inline-flex;
    float: left;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 5px;
    font-family: verdana;
    /* font-size: 1.12em; */
    border: 1px solid #1d1d1d;
    background: #161616;
    color: #989898;
    user-select: none;
    transition: all .3s;
}
.ply-arr {
    background-color: #ffffff12 !important;
    background-position: 2px !important;
    position: absolute;
    width: 2.6em;
    height: 2.6em;
    border: 1px solid rgb(0 0 0 / 73%);
}
.playlists-prev {
    left: 0;
    border-radius: 0 25px 25px 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAeElEQVQ4jd3UzQ1AQBCG4Y2DhGqcNIBoQSuKUYm+uHkdrMTBZM0a2cR3n2ezmR/nfhMgBwagssBKYObIBvRW2JnJEluA2gpbgSY5VghYq8Y8ON5g3dP6LOpVTcy/7FGpKZ+g+k4H0LjBDqBxqyeg747DBbU7X0mzAymuSWfKXk8JAAAAAElFTkSuQmCC) no-repeat;
}
.playlists-next {
    right: 0;
    border-radius: 25px 0 0 25px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAbUlEQVQ4jdWUsQ2AMAwEI6RIjANVJqBhAFZhmuwRGIySo4CGiCr+SORq6yzLfjvXNMAILIBXyGbg5CYBvVUYeWOTAgE4MulmlU5NS/ca0jWv64o7WJCOLF2KWvZ12OVpoUL0tM/hkQ6o3tdvuABsDUk5DyWdywAAAABJRU5ErkJggg==) no-repeat;
}
.active_ep {
    background: #272727;
    color: #f25e35;
}
.active_ses {
    color: #f25e35 !important;
    background: #2a2a2a !important;
}
.btn_seson {
    color: #6b7b8b;
}