/*
Theme Name:         VOT Chinese Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.2.1
Author:             Roots
Author URI:         https://roots.io/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.text-15 .textwidget img {
    width: 100%;
    padding-top: 5px;
}

.single-post .entry-content img {
    width: initial;
    max-width: 100%;
    height: auto;
}
figure {
    max-width:100% !important;
}
@media  screen and (width: 300px) {
  body {
    background-color: lightblue;
  }
	.entry-summary{
    float: right;
    width: 225px;
	}
}