@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media only screen and (max-width: 768px) {
}

/***********************************************************************
svg_list
***********************************************************************/

.svg_list li {
    padding: 10px 0px 10px 0px;
}

@media only screen and (max-width: 768px) {
.svg_list li img {
    width: auto !important;
    zoom: 0.5;
}
}
