.stm_album_list_style_1 {
    padding: 80px 0 40px;
}

.stm_album_list_style_1 .stm_album_list__heading {
    margin-bottom: 52px;
}

.stm_album_list_style_1 .stm_album_list__nav {
    position: relative;
    height: 32px;
}

.stm_album_list_style_1 .stm_album_list__nav .owl-nav {
    height: 32px;
    top: 28px;
}

.stm_album_list_style_1 .stm_album_list__nav .owl-nav .owl-prev,
.stm_album_list_style_1 .stm_album_list__nav .owl-nav .owl-next {
    border-color: #fff !important;
}

.stm_album_list_style_1 .stm_album_list__nav .owl-nav .owl-prev:before,
.stm_album_list_style_1 .stm_album_list__nav .owl-nav .owl-next:before {
    color: #fff !important;
}

.stm_album_list_style_1 .stm_album_list__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.stm_album_list_style_1 .stm_album_list__flex.owl-carousel {
    margin: 0;
}

.stm_album_list_style_1 .stm_album_list__flex.owl-carousel .inner {
    width: 100%;
}

.stm_album_list_style_1 .stm_album_list__flex .inner {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
    display: block;
    width: 33.3%;
    overflow: hidden;
}

.stm_album_list_style_1 .stm_album_list__flex .inner:hover .album-info {
    opacity: 1;
    bottom: 0;
}

.stm_album_list_style_1 .stm_album_list__flex .inner .album-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    bottom: -8px;
    left: 15px;
    right: 15px;
    padding: 0 20px 0 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
}

.stm_album_list_style_1 .stm_album_list__flex .inner .album-info.playing {
    opacity: 1;
    bottom: 0;
}

.stm_album_list_style_1 .stm_album_list__flex .inner .album-info:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.stm_album_list_style_1 .stm_album_list__flex .inner .album-info > * {
    position: relative;
    width: 100%;
    z-index: 20;
}

.stm_album_list_style_1 .stm_album_list__flex .inner .album-info .stm_album__play {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.stm_album_list_style_1 .stm_album_list__flex .inner .album-info .stm_album__play:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 28px;
    border-color: transparent transparent transparent #fff;
}

.stm_album_list_style_1 .stm_album_list__flex .inner .album-info .stm_album__play:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: none;
    animation: scaleout 1s infinite ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #fff;
    opacity: 0;
}

.stm_album_list_style_1 .stm_album_list__flex .inner .album-info .stm_album__play.loading:before {
    opacity: 1;
}

.stm_album_list_style_1 .stm_album_list__flex .inner .album-info .stm_album__play.loading:after {
    opacity: 0;
}

.stm_album_list_style_1 .stm_album_list__flex .inner .album-info .stm_album__play.playing:after {
    margin: -14px 0 0 -10px;
    width: 22px;
    height: 28px;
    border-style: solid;
    border-width: 0 8px 0 8px;
    border-color: transparent #fff transparent #fff;
}

.stm_album_list_style_1 .stm_album_list__flex .inner .album-info h4 {
    margin-bottom: 5px;
}

.stm_album_list_style_1 .stm_album_list__flex .inner .album-info span {
    display: block;
    min-height: 24px;
}

@media (max-width: 1300px) {
    .stm_album_list_style_1 .stm_album_list__flex .inner .album-info {
        padding: 0 25px;
    }
}

@media (max-width: 1023px) {
    .stm_album_list_style_1 .stm_album_list__nav .owl-nav {
        right: 50px;
    }
}

@media (max-width: 550px) {
    .stm_album_list_style_1 .stm_album_list__nav .owl-nav {
        right: auto;
        left: 75px;
    }

    .stm_album_list_style_1 .stm_album_list__flex .inner {
        width: 100%;
    }
}