ul.items {
    padding: 0;
    margin: 0;
}

li.item {
    width: 39%;
    margin: 0 auto;
    display: inline-block;
}

li.item a img {
    width: 100%;
}

li.item.al2 {
    margin-left: 5%;
}

a.buttonmusic {
    position: relative;
    z-index: 2;
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    font-family: "tex_gyre_herosbold";
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
    text-decoration: none;
    display: block;
    width: 100%;
    max-width: 47%;
    margin-left: 0px;
    text-align: right;
    border-bottom: 1px solid #ab8b42;
    padding-bottom: 5px;
}

a.buttonmusic {
    font-size: 1.1458333333333333vw;
    border-bottom: 0.20833333333333334vw solid #fff;
    padding-bottom: 0.404166666666667vw;
    color: #fff;
}

a.buttonmusic:hover {
    opacity: 0.5;
}

.buttonmusic:before {
    content: "";
    content: unset;
    position: absolute;
    top: 100%;
    border-bottom: 2px solid #ab8b42;
    width: 57vw;
    margin: 3px 20px 0px;
}

.buttonmusic:before {
    right: -13%;
}

.album-name {
    font-size: 1.71875vw;
}

a.musiclink {
    font-size: 1.1458333333333333vw;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.album-name-button-wrapper {
    position: relative;
}

.album-name {
    position: absolute;
    left: 0;
    top: 0.9375vw;
    text-transform: uppercase;
    color: #ffffff;
}

.get-it-now-wrapper {
    position: absolute;
    right: 0;
    top: 1.25vw;
}

.album-name-button-wrapper {
   
}

li.item:hover .album-name-button-wrapper {
    display: block;
}

.landscape section#music .content {
    margin-bottom: 5%;
}

li.item.al1 {
    margin-right: 0;
}

a.musiclink:hover {
    opacity: 0.5;
}

@media only screen and (max-width: 1023px) {
    .buttonmusic:before {
        right: 44%;
    }
    a.buttonmusic {
        position: absolute;
        left: 0px;
        bottom: 0%;
        padding-bottom: 5px;
        font-size: 22px;
        letter-spacing: 0;
        border-bottom: 4px solid #fff;
    }
}

li.item {
    margin-right: 20px;
    padding-bottom: 10vh;
}

@media only screen and (max-width: 767px) {
    .portrait ul.items {
        width: 100%;
        margin: 0 auto;
    }
    .portrait #music .content::-webkit-scrollbar {
        width: 0 !important;
    }
    .portrait #music .content {
        overflow-y: scroll;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }
    .portrait section#music {
        height: 190vw;
        padding-top: 20px;
    }
    li.item {
        width: 85%;
        margin: 0 auto;
    }
}

@media (max-width: 1023px) and (min-width: 768px) and (orientation: landscape) {
    a.buttonmusic {
        bottom: 0px;
    }
}

@media only screen and (max-width: 1023px) {
    .album-name-button-wrapper {
        display: block;
    }
    a.musiclink {
        font-size: 18px;
    }
    .get-it-now-wrapper {
        position: static;
        text-align: left;
        padding-top: 9px;
    }
    .album-name {
        position: static;
        text-align: left;
        font-size: 20px;
    }
}
@media only screen and (max-height: 1366px) and (min-width: 1024px) and (orientation: portrait) {
    a.musiclink,.album-name,a.buttonmusic {
        font-size: 2.145833vw;
    }

}