@media only screen and (max-width: 400px) {
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	.logo-header {
		padding-bottom: 30px;
		width: 100px;
	}
	.kyle-thumb {
		padding-top: 30px;
		width: 100px;
	}
}