/*style="z-index: 999;position:absolute;background-color: #FFFFFF"*/
@media screen and (max-width: 736px) {
    #head_2017_div{
        z-index: 999;
        /* position:absolute; */
        /* background-color: #0D4B85; */
        background-color: white;
        /* width: 100%; */
    }
    #abgneBlock{
        height: 30vh !important;
    }
    .contents *{
        margin:0px;
    }
    #contents{
        padding: 0px;
        margin: 0px;
    }
    #contents .features{
        width: 100%;
        margin-left: 10px;
    }
    #float_img img{
        max-width: 100% !important;
        margin-bottom: 3px;
    }
    #float_img{
        float: none !important;
        width: 100% !important;
        padding-bottom: 0px;
        margin-bottom: 0px;

    }
    table {
        width: 100%;
    }
    #footer > div {
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }

}