.cover-wrapper {
display: flex;
align-items: center;
min-height: 60vh;
}
@media (max-width: 63rem) {
.cover-wrapper .s-wrapper {
margin-top: auto;
margin-bottom: 2rem;
}
}
.cover-wrapper .cover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.cover-wrapper .s-title.big {
line-height: 1.4;
width: 17ch;
}
@media (max-width: 63rem) {
.cover-wrapper .s-title.big {
width: 80%;
font-size: 2.1125rem;
}
}