@media(max-width:768px){
    .post-type-detail img{
        max-width: 100%;
        height: auto;
    }
}