https://i.imgyukle.com/2020/05/29/ypmcqj.png

Diğer tüm tarayıcılarda ortada olan yazılar, explorer da üstte görünüyor. İşin içinden çıkamadım. Çözümü nedir acaba ?

.banner {
background-image: url("images/bg.jpg");
background-size: cover;
background-attachment: fixed;
}
.full-screen {
min-height: 100vh;
}
.mask {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #3498db;
opacity: 0.3;
min-height: 100vh;
}
.logo {
pointer-events: none
}