/*
	Theme Name:   Jut.su
	Description:  Wordpress theme
	Author:       Askaria
	Version:      1.0
*/

.site-body {
	background-size: cover !important;
}

@media (max-width: 640px) {
	.site-body {
		background-image: none!important;
	}
}