/*
 Theme Name:   Publisher Child Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     publisher
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

.post-thumbnail { position: relative; float: left; margin-right: 20px; margin-bottom: 5px; }

@media(max-width: 479px){
	.post-thumbnail { float: none; margin: 0 0 5px 0; text-align: center; }
	.post-thumbnail img { width: 100%; height: auto; }
}
