.banner-home .container {
    position: relative;
    height: 100%;
}

.home-player {
    position: relative;
    margin-top: 180px;
    text-align: right;
    color: #fff;
}

.home-player.right {
    padding: 0 15px;
    right: 0;
    margin-top: 0;
    float: right;
}

.content .banner-home {
    background: transparent;
    height: 150px;
    background-size: cover;
    margin: 0;
}

.content-banner img {
    float: right;
    margin-right: 15px;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

section {
    position: absolute;
}

.content-banner .banner-text {
    font-size: 51px;
    color: #fff;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.content-banner .sub-banner {
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 0;
    text-transform: uppercase;
}

.group-button button {
    font-size: 17px;
    color: #fff;
    line-height: 40px;
    width: 175px;
    border-radius: 50px;
    background: rgba(42, 39, 100, .5);;
    border: 1px solid #fff;
    text-transform: uppercase;
    margin-left: 45px;
    outline: none;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-man {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 0;
}

.img-man img {
    width: 150px;
    margin-right: 180px;
    margin-top: 20px;
}

.image-group, .button-player {
    width: 100%;
    display: inline-block;
    float: left;
}

.image-group img {
    width: 140px;
    height: 140px;
    float: left;
}

.image-group img.image-song-full {
    width: 100%;
    float: left;
    height: 280px;
    border-radius: 5px;
}

.button-player {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 120px;
}

.button-player button {
    outline: none;
    margin: 0 8px;
}

.button-player .play-button {
    background-color: #7cc2d4;
    color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 100px;
    padding: 0;
    border: 0;
    font-size: 25px;
}

.button-player .play-button i {
    margin-left: 7px;
}
.button-player .play-button i.fa-pause{
    margin-left: 0;
}
.button-player .wishlist-button {
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 44px;
}

.button-player .playlist-button {
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 20px;
}

.section-playlist {
    position: relative;
    padding-bottom: 80px;
}
.section-playlist .list-item {
    max-height: 500px;
    overflow-y: scroll;
}

.section-playlist .item .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: #fff;
    transition: .5s;
    /* border-bottom: 1px dashed rgba(53, 51, 93, 0.5); */
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.section-playlist .item.active .wrapper, .section-playlist .item:hover > .wrapper {
    background-color: rgba(53, 51, 93, 0.5);
    border-bottom: 1px dashed transparent;
}

.section-playlist .timer {
    width: 85px;
    text-align: center;
}

.section-playlist .timer p {
    margin: 0;
}

.section-playlist .action-button {
    width: 120px;
    display: flex;
    justify-content: center;
}

.section-playlist .action-button button {
    margin: 0 7px;
}

.section-playlist button:hover {
    color: #d43759;
}
.section-playlist button.active {
    color: #d43759;
}

.section-playlist button.active {
    color: #d43759;
}

.section-playlist .info-item {
    width: calc(100% - 205px);
    text-align: right;
    position: relative;
    padding-right: 40px;
}

.section-playlist .info-item p {
    margin: 0;
    text-transform: uppercase;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.section-playlist .info-item p.title {
    font-size: 14px;
    font-weight: 300;
}

.section-playlist .info-item p.author {
    font-family: mikhmoret-bold;
}

.section-playlist .info-item .bt-status {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    display: flex;
    justify-content: center;
}

.section-playlist button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    transition: .5s;
}

.bt-status .music-button {
    display: none;
}

.active .bt-status .music-button {
    display: block;
    color: #d43759;
}

.active .bt-status .play-button {
    display: none;
}

.d-none {
    display: none;
}
