#GigPoster {
    display: flex;
    justify-content: center;
}

#GigInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#GigInfo p {
    width: 80%;
}
iframe {
    margin-top: 10px;
}
#GigInfo a {
    color: blue;
    text-decoration: none;
}
#GigInfo a:hover {
    text-decoration: underline;
    color: blue;

}

@media screen and (max-width: 1023px) and (min-width: 411px) {
    #GigPoster img {
        width: 80%;
        height: auto;
    }
    #GigInfo iframe {
        width: 80%;
        height: 200px;
    }
}

/* well ig i don't need the media queries but i don't feel like taking the 1 minute to change the code sooooo */
@media screen and (max-width: 410px) {
    #GigPoster img {
        width: 80%;
        height: auto;
    }
    #GigInfo iframe {
        width: 80%;
        height: 200px;
    }
}