.adventurer-section {
	position: relative;
}

.adventurer-section .content-wrapper {
	background-color: rgba(255,255,255,.8);
}

.adventurer-section .content-area {
    z-index: 2;
}

.adventurer-section .image-area {
    z-index: 1;
}

@media (min-width: 991.98px) {

    .adventurer-section .content-area,
    .adventurer-section .side-area,
    .adventurer-section .image-area {
        position: absolute;
        width: 100%;
    }
}
