@media screen and (max-width:900px){

    p.syaze{
        font-size: 18pt;
    }
.guide_photo img{
    width: 48%;
    margin: 0 3px;
}
.guide_photo img.map_ph{
    width: 100%;
}
    #products dl{
        font-size: 14pt;
    }
    .equip{
        margin: 0 -5px 10px -5px;
        border-radius: 4px;
    }

}

