body {
    background-image: url('../images/background_red.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    height: 100%;
}

.thumb-logo {
    width: 90%;
}



@media only screen and (max-width: 960px) {
    body {
        height: max-content;
    }
    .position-relative .translate-middle-y {
        transform: translateY(0%)!important;
    }

    .position-relative .position-absolute {
        position: unset !important;
    }

    .position-relative .top-50 {
        top: auto !important;
    }
  }