#modal-award-image {
    max-width: 100%;
    border: dotted 1px #838383;
    border-radius: 25px;
    padding: 10px;
    background-color: #e2ffff70;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#awarding_body {
    margin-top: 0;
    line-height: 1.1;
}
#award_for_product{
    margin-top: 0;
    line-height: 0.9;
}
.modal_h2_elements{
    margin-bottom: 5px;
}
#myModal{
    z-index: 9999;
}
.award_modal{
    border: #838383 solid 1px;
    border-radius: 10px;
    top: -96px;
}
.year_award_container {
    margin-bottom: 20px;
}


/*@media(min-width:992px){*/
/*    #modal-award-image {*/
/*        max-height: 420px;*/
/*    }*/
/*}*/
/*@media(min-width:1200px){*/
/*    #modal-award-image {*/
/*        max-height: 420px;*/
/*    }*/
/*}*/
/* Anything larger than a mobile device*/
@media (max-width: 440px){
    .modal .modal-dialog .modal-content{
        padding:10px;
    }
    .modal .modal-dialog .modal-content .modal-header button{
        top:-3px
    }
    .modal .modal-dialog .modal-content .modal-header .modal-title{
        font-size: 1.2em;
    }
    #modal-award-image {
        max-height: 310px;
    }
    h2.modal_h2_elements{
        font-size: 1.2em;
    }
    h3#awarding_body{
        font-size: 1.2em;
    }
    h3#award_for_product{
        font-size: 1.2em;
    }

}
@media (min-width: 441px){
    #modal-award-image {
        max-height: 420px;
    }
}
