
.go-landscape {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align:center;
	padding:5rem 1.5rem 8rem;
}

.icon-rotate {
	background-image: url(../img/icon-dark-rotate.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 9rem;
	height: 9rem;
	margin: 2rem auto;
}

.go-portrait.fullFrame {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align:center;
	padding:1rem 1.5rem 0;
}
.go-portrait .icon-rotate {
	height:6rem;
		margin: 1rem auto;
}

.go-portrait .logo-lenovoF1{
	margin-top:1rem;
}