/* Custom CSS for 2160x3840 screen size */

.icofont-navigation-menu {
    display: none !important;
}

.gallery {
    background: #EEE;
}

.gallery-cell {
    width: 100%;
    height: 600px;
    margin-right: 10px;
    /* background: #8C8;
    counter-increment: gallery-cell; */
}

/* cell number */
.gallery-cell:before {
    display: block;
    text-align: center;
    /* content: counter(gallery-cell); */
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.gallery-cell img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-position: center;
}