.photo_ending {
    background-image: url('../photos/barbie_ending.jpeg');
    width: 100%;
    height: 620px;
    margin-top: -100px;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: cover;

}


h1 {
    text-transform: uppercase;
    text-align: center;
    padding-top: 330px;
    font-size: 2.5em;
    letter-spacing: 0.5em;
    color: #f202a2;
    text-shadow: 2px 2px 5px rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.20);
    padding-bottom: 300px;
}


.barbenheimer-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
   img {
    width: 100%;
    }
}
  
.text p {
    margin: 3% 0%;
}



#billie {
    background-image: url('../photos/billie_grammys.webp');
    background-position: 80% 50%;
    
}

p.caption {
    font-size: 12px;
    margin: 0.7% 0%;
}


@media screen and (min-width:650px) {

    .photo_beach {
        margin-top: -110px;
        height: 800px;
        width: 100%;
    }

    h1 { 
        padding-top: 400px;
        font-size: 70px;
        padding-bottom: 300px;
    }
    
    .barbenheimer-grid {
        grid-template-columns: repeat(2, 1fr);
        p {
            margin-left: 5%;
        }
    }

    #billie{
        height: 600px;
    } 

    p.caption {
        margin: 0.6% 0%;
    }


}

header .caption {
    margin-left: 2%;
  }
  
