#wrapper.log {
    min-height: 350px;
    /*height: calc(100% - 300px);*/
}
/* screens smaller than 768px---------------------------------------------------------- */
@media only screen and (max-width:768px) {
/*
	#wrapper.log {
	    min-height: auto;
	    height: auto;
	}
*/
	#wrapper.log2 {
	    height: auto;
	}
	#wrapper.log3 {
		min-height: auto;
	    height: auto;
	}
	#wrapper.log4 {
		min-height: auto;
	    height: auto;
	}
	#wrapper.log5 {
		min-height: auto;
	    height: auto;
	}
	#wrapper.log6 {
	    min-height: auto;
	    height: auto;
	}
	#wrapper.log6.type2 {
	    min-height: auto;
	    height: auto;
	}
	#wrapper.log7 {
	    min-height: auto;
	    height: auto;
	}
	#wrapper.log8 {
	    min-height: auto;
	    height: auto;
	}
}

