.MDimagePart{
    position: relative;
    overflow: auto;
    padding: 10px;
    margin: 0;
    width: 100%;
    height: 64%;
    background-color: #2f2f2f;
    text-align:center;
}
@media screen and (max-width: 480px){
    .MDimagePart{
        height: 50%;
    }
}
.MDIMG{
    /*display: inline-block;*/
    position: relative;
    margin: 0;
    overflow: auto;
    vertical-align: middle;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    height: 100%
}

.MDInfo{
    position: relative;
    /*top: 76px;*/
    padding: 10px;
    margin: 0;
    /*min-height: 20%;*/
    height: 20%;
    width: 100%;
    color: #ffffff;
    background-color: #4C5759;
    border: none;
    border-top: solid 1px #9a9b9a;
    /*border-radius: 10px;*/
}

.readDetailBtn{
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 0;
    /*padding: 5px;*/
    text-align: center;
    font-size: 16px;
    font-weight: lighter;
    color: #ffffff;
    background-color: #F08437;
    border:none;
    /*border-radius: 5px;*/
    /*-webkit-box-shadow: 0px 0px 1px #ffffff;*/

}