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

.page-header_img{
    background-repeat: no-repeat;
    background: url("../img/supply/supply_topimage.png");
}

.supply{
    margin-bottom: 35px;
}

.supply figcaption{
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
}


@media only screen and (max-width: 766px) {
  .page-header_img{
        background-size: 250%;
    }
    
    .supply figcaption{
    font-size: 100%;
    }
}