
@media only screen and (max-width: 517px) {


    .hideinmobile{
        display:none;
    }
    .showinmobile{
        width:100% !important;
    }
    .imgsizewidth{
        width:12% !important;
    }
}
