.container { width: 92%; }

header { margin-bottom: 0; }

header .logo img { max-height: 50px; }
header .logo strong { font-size: 23px; }
header .logo small { font-size: 12px; }

.social-icons { display: none; }

.home h2 { margin-top: 1em; }

.home .note { margin-top: 1em; }

.lesson-list a {
	flex-basis: 100%;
	margin-right: 0;
}

.lesson-list h5 { }
.lesson-list p { font-size: 14px; }

.lesson {
	padding-left: 0;
}

.lesson-slide {
	align-items: center;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
	margin: 0 5vw;
	height: 80vh;
	opacity: .7;
	overflow: hidden;
	position: relative;
	transform: scale(0.9);
	transition: .3s all;
	width: 90vw;
}