@charset "UTF-8";
/* CSS Document */

/* jumbotron brockport-general */
.jumbotron-DRHS-football-middle {
background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%), url("../football/media/Desert-Ridge-Huddle-jumbo.webp") center no-repeat;
 background-size: cover;
 height: 550px;
 padding-top:120px;
}

/* jumbotron brockport-general mobile */
.jumbotron-DRHS-football-middle-mobile {
 background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.835171568627451) 20%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.835171568627451) 20%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.835171568627451) 20%, rgba(0,0,0,0) 100%), url("../football/media/Desert-Ridge-Huddle-mobile.webp") center no-repeat;
 height: 500px;
 padding-top: 130px;
 background-size: cover;
 background-position: center;
}