#hess_model .btn-back{
    font-size: 12px;
    line-height: 1;
}
#hess_model .btn-back i{
    vertical-align: -2px;
}
#hess_model h1{
    font-size: 26px;
    line-height: 1;
}
#hess_model h2,
#hess_model h3{
    font-size: 19px;
    line-height: 1;
}
#hess_model h3{
    font-weight: lighter;
}
#hess_model .fixed-bottom{
    bottom: 62px;
    background-color: #FFF;
}
#hess_model .header_container{
    z-index: 1000;
}
#hess_model .logo-brand{
    max-height: 60px;
    max-width: 80px;
}
#hess_model #galerie_container li img{
    height: 236px;
    width: 444px;
    object-fit: cover;
    cursor: zoom-in;
}
#hess_model .buttons_container_desktop .btn{
    font-size: 13px;
}
#hess_model .buttons_container_desktop .btn i{
    font-size: 20px;
    line-height: 1;
    vertical-align: -3px;
}

@media (min-width: 1200px) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 500;
    }
}

@media (max-width: 1199px) {
    .sticky-top {
        position: unset;
    }
}


#hess_model .other_models{
    padding: 0 150px;
}
#hess_model .other_model i{
    font-size: 10px;
}

#hess_model #listModel .viewMore {
    position: relative;
    overflow: hidden;
}

#hess_model #listModel .container_view_more, #hess_model #listModel .container_view_less {
    position: absolute;
    bottom: -0;
    left: calc(50% - 112px);
    z-index: 3;
}

#hess_model #listModel .viewMore:after{
    position: absolute;
    content: " ";
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 25%, rgba(255,255,255,0.5) 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 25%,rgba(255,255,255,0.5) 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 25%,rgba(255,255,255,0.5) 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    z-index: 2;
}

#hess_model .display_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    grid-auto-rows: minmax(auto, auto);
}