    body {
        background-color: #003ca6;
    }

    img { 

    height: auto;
    width: 100%;
    
    }
    
    .headimage {
        margin-top: -15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .panel-display {
        background-image: url(https://www.nba.com/resources/static/team/v2/sixers/images/2021-philaunite-blue-bg.jpg);
        padding: 15px 15px;
        box-shadow: 1px 2px 10px rgb(0,0,0,0.2);
    }
    
    
    @media only screen and (max-width: 600px) {
    iframe {
        height: 950px;
    }
    }
    
    
    @media only screen and (min-width: 1200px) {
    iframe {
        height: 700px;
    }
    }