#website {
    display: none;
}
#responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    margin-top: 60px;
}
#responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.playbill {
    border: 2px black solid;
}
#alpha .rounded-circle {
    width: 60px;
}
header {
    background-attachment: fixed;
    background-size: cover;
}
/* For device width smaller than 801px: */
header {
    background-image: url('../assets/Greek Theatre-800h.jpg');
}
/* For device width larger than 800px: */
@media only screen and (min-height: 801px) {
    header {
        background-image: url('../assets/Greek\ Theatre-1080h.jpg');
    }
}
/* For device width larger than 1920px: */
@media only screen and (min-height: 1921px) {
    header {
        background-image: url('../assets/Greek\ Theatre-3840w.jpg');
    }
}
.header-txt {
    background-color: #0009;
}
.card-actions {
    text-align: center;
}
#theexperience img {
    max-width: 50%;
}
