main {
    min-height: calc(100vh - 154px);
}
.text-shadow {
    text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
#banner img {
    object-position: 80% top;
}
.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 33px);
    left: 50%;
    margin-top: 0px;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    z-index: -1;
} 
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    background-color: #303030;
    border-radius: 50%;
}
#comment {
    display: none;
}
input {
    background: white;
}
#lang-switch a {
    font-size: 16px;
    font-weight: 400;
}
#login-form {
    height: calc(100% - 90px);
}
@media (max-width: 767px) {
    #login-form {
        height: 100%;
    }
}