body {
    font-family: "Montserrat", sans-serif;
    margin: 0 !important;
    box-sizing: border-box;
    background: url('img/cotton-candy.jpg') no-repeat center;
    background: url('img/cotton-candy.jpg') no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}


#musicdiv {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 74px 10px 10px 10px;
}

#musicsubdiv {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    border-radius: 20px;
    color: #fff;
    padding: 20px;
}

.youtube-outerdiv {
    width: 100%;
    min-width: 300px;
    max-width: 500px;
    display: inline-block;
    padding: 20px;
}

.youtube-innerdiv {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.youtube-innerdiv iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.music-video-title {
    font-weight: bold;
    font-size: 20px;
    padding-top: 8px;
}