.holly {
    height: 50vh;
    background-image: url(Burning\ hollywood.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.holly-text {
    background-color: rgba(0, 0, 0, 0.5)
    
    
}
.holly-text p {
    font-size: 25px;
        text-shadow: 2px 2px 5px red;
}
.holly-text h1 {
    text-shadow: 2px 2px 5px red;
}
.holly-para {
    margin: 0;
    padding: 0;
    min-height: 100vh; 
}

.MFall {
    height: 60vh;
    background-image: url(vinyl-records-fragments-fall-broken-wallpaper-1412961527.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.MFall-text {
    background-color: rgba(0, 0, 0, 0.5)
}
.MFall-text p {
    font-size: 25px;
    text-shadow: 2px 2px 5px red;
}
.MFall-text h1 {
    text-shadow: 2px 2px 5px red;
}
.VGFall {
    height: 60vh;
    background-image: url(TV459510-2999933823.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}
.VGFall-text {
    background-color: rgba(0, 0, 0, 0.5)
}
.VGFall-text p {
    font-size: 25px;
    text-shadow: 2px 2px 5px red;
}
.VGFall-text h1 {
    text-shadow: 2px 2px 5px red;
}
.Indie {
    height: 60vh;
    background-image: url(global-vernetzt-3011595015.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.Indie-text {
    background-color: rgba(0, 0, 0, 0.5)
}
.Indie-text p {
    font-size: 25px;
    text-shadow: 2px 2px 5px rgb(19, 255, 19);
}
.Indie-text h1 {
    text-shadow: 2px 2px 5px rgb(19, 255, 19);
}

p {
    font-size: 20px;
    line-height: 37px;  
  margin-bottom: 40px; 
  text-shadow: 2px 2px 5px grey;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}