.catalog{
    padding:6.25vw 0vw 12.25vw 0vw;
}
.catalogHeading{
    margin-bottom: 4.375vw;
}
.chooseAlbum{
    width: 83.75vw;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.albumNameButton{
    padding:1.25vw 3.75vw;
    margin-right: 0;
}
.albumButtonIcon{
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 1.875vw;
}
.albumDescriptionContainer{
    margin-top: 4.375vw;
}
.rightSide{
    width: 88.125vw;
    margin-top: 4.375vw;
}
.rightSideHeader{
    justify-content: space-between;
}
.videoReview{
    padding:2.5vw 4.375vw;
}
.videoReviewIcon{
    width: 4.375vw;
    margin-right: 2.5vw;
}
.albumDescriptionList{
    margin-top: 5vw;
}
.albumDescriptionList li{
    margin-bottom: 3vw;
}
.albumPrice{
    margin-top: 5vw;
}
