.jumbotron {
    height: 100%;
    min-height: 791px;
    background-image: url(/minio/show/data/images/header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    border-radius: unset;
}
.jumbotron .img-bumn {
    height: 24px;
    width: 126px;
    margin-top: 32px;
    margin-right: 32px;
}
.jumbotron .header .title {
    padding-top: 110px;
    padding-bottom: 135px;
}
.jumbotron .header .title a:hover{
    color: #FF0000;
    text-decoration: none;
}
.jumbotron .header .title object {
    width: 42px;
    height: 42px;
    pointer-events: none;
}
.jumbotron .overlay {
    width: 100%;
    height: 475px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 59.38%);
}
.jumbotron .thumbnail {
    padding: 64px;
    
}
.jumbotron .thumbnail .block-content {
    width: 280px;
    height: auto;
    min-height: 213px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.1)); */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.jumbotron .thumbnail .block-content-highlight {
    width: 100%;
    height: auto;
    min-height: 197px;
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-color: #262626;
    background-position: center;
    filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.1));
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.jumbotron .thumbnail .block-title {
    width: 100%;
    height: auto;
    bottom: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.jumbotron .thumbnail .block-content:hover .overlay {
    height: 100%;
}
.jumbotron .thumbnail .block-content:hover .block-title {
    display: none;
}
.jumbotron .thumbnail .bd-highlight .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 8px;
}
.jumbotron .thumbnail .bd-highlight .overlay .list-group .list-group-item {
    background-color: unset;
    border: unset;
}
.jumbotron .thumbnail .bd-highlight .overlay .list-group .list-group-item-action:hover {
    color: #FF0000;
}
.jumbotron .thumbnail .content::-webkit-scrollbar {
    display: none;
}
.jumbotron .thumbnail .content {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.jumbotron .thumbnail .bd-highlight .overlay::-webkit-scrollbar {
    display: none;
}
.jumbotron .thumbnail .bd-highlight .overlay {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}