@font-face {
    font-family: 'e-font';
    src: url(../font/english/Ubuntu-B.ttf),
        url(../font/english/Ubuntu-B.eot),
        url(../font/english/Ubuntu-B.otf),
        url(../font/english/Ubuntu-B.woff),
        url(../font/english/Ubuntu-B.woff2);
}

.galleryContainer{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.SliderGallery{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.images{
    width: 60%;
    height: auto;
    float: left;
    overflow: hidden;
}
.show{
    width: 100%;
    height: auto;
    float: right;
    margin:0 0.5%;
}
.show>.show_item{
    width: 100%;
    height: 500px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.show_item>img{
    width: 100%;
    height: 100%;
    float: left;
    /* aspect-ratio: 3/2; */
    object-fit: cover;
    border-radius: 30px;
    display: block;
}
.show_item>img::selection { background-color: transparent; }