
@media screen and (min-width: 1025px) {
    /*DESKTOP HD*/
    img.curriculum_image { max-height:200px; margin:auto; display: block; position: relative;}
    img.fmf_logo { max-height:80px; display: block; position: relative; }
    /**/
}

@media screen and (max-width: 1024px) and (min-width:480px) {
    /*TABLET AND SMALL SCREEN*/
    img.curriculum_image { max-height:200px; margin:auto; display: block; position: relative;}
    img.fmf_logo { max-height:80px; margin:auto; display: block; position: relative; }

    /**/
}

@media screen and (max-width: 479px) {
    /*MOBILE*/
    img.curriculum_image { max-height:80px; margin:auto; display: block; position: relative;}
    img.fmf_logo { max-height:40px; margin:auto; display: block; position: relative; }


    /**/
}
