#buy_beats {
    height: 90vh;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-self:center;
    margin-left:1%;
    margin-bottom:0;
    gap:30px;
}
#buy_beats iframe {
    flex:1;
}
@media (min-width: 1500px) {
    #buy_beats iframe {
        height: 700px;
    }
}
