.main-content {
    background-image: url('../img/bg_main.jpg');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
#about-img {
    pointer-events: none;
}