.full-img-60 {
	width: 100%;
	min-height: 70%;
	height: 70vh;
	padding: 0!important;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #ddd;
	display: flex;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.full-img-100 {
	width: 100%;
	min-height: 100%;
	height: 100vh;
	padding: 0!important;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #ddd;
	display: flex;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.full-img-slide-longread {
	width: 100%;
	min-height: 70%;
	height: 70vh;
	padding: 0!important;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #ddd;
}
.logo-txt-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
	display: flex;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.logo-txt-center img {
	width: 200px;
	display: flex;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
/*
.logo-txt-left {
	position: absolute;
	display: flex;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	bottom: 0px;
	right: 0px;
}

.logo-txt-left img {
	width: 200px;
	margin-bottom: 50px;
	margin-right: 50px;
	display: flex;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
*/
.logo-txt-left {
	position: absolute;
	top: 0px;
	display: flex;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.logo-txt-left img {
	width: 180px;
	margin-top: 20px;
	margin-left: 50px;
	display: flex;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	fill: white;
}
#difference {
	mix-blend-mode: difference;
}