#gallery img{
    border-radius: 4px;
}

.imgcover1 {
    width:40%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    overflow: hidden;
   
}
.imgcover2 {
    width:40%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column-reverse;
   
    overflow: hidden;
}


.imgcover1 ul:nth-child(1){
    width:100%;
    height:65%; 
     overflow: hidden;
}
.imgcover1 ul:nth-child(1) img{
    width:100%;
    height:100%;
    object-fit: fill;
}

.imgcover1 ul:nth-last-child(1){
    width:100%;
    height:30%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.imgcover1 ul:nth-last-child(1) li:nth-child(1){
    width:48%;
    height:100%;
    
    
}
.imgcover1 ul:nth-last-child(1) li:nth-child(1) img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.imgcover1 ul:nth-last-child(1) li:nth-last-child(1){
    width:48%;
    height:100%;
   
}

.imgcover1 ul:nth-last-child(1) li:nth-last-child(1) img{
    width:100%;
    height:100%;
    object-fit: cover;
}


.imgcover2 ul:nth-child(1){
    width:100%;
    height:65%; 
    overflow: hidden;
}
.imgcover2 ul:nth-child(1) img{
    width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
}

.imgcover2 ul:nth-last-child(1){
    width:100%;
    height:30%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.imgcover2 ul:nth-last-child(1) li:nth-child(1){
    width:48%;
    height:100%;
    
    
}
.imgcover2 ul:nth-last-child(1) li:nth-child(1) img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.imgcover2 ul:nth-last-child(1) li:nth-last-child(1){
    width:48%;
    height:100%;
   
}

.imgcover2 ul:nth-last-child(1) li:nth-last-child(1) img{
    width:100%;
    height:100%;
    object-fit: cover;
}


@media only screen and (max-width: 768px) {
    
    #gallery{
        flex-direction: column !important;
        height: auto !important;
        min-height: 100% !important;
    }
    .imgcover1{
        width:85%;
        height:48%;
    }
    .imgcover2{
        width:85%;
        height:48%;
        flex-direction: column;
    }

    .imgcover1 ul:nth-child(1){
    width:100%;
    min-height:65%; 
}
.imgcover1 ul:nth-child(1) img{
    width:100%;
    height:100%;
    object-fit: cover;
}



.imgcover1 ul:nth-last-child(1){
    width:100%;
    min-height:30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.imgcover1 ul:nth-last-child(1) li:nth-child(1){
    width:48%;
    height:100%;
    
    
}
.imgcover1 ul:nth-last-child(1) li:nth-child(1) img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.imgcover1 ul:nth-last-child(1) li:nth-last-child(1){
    width:48%;
    height:100%;
   
}

.imgcover1 ul:nth-last-child(1) li:nth-last-child(1) img{
    width:100%;
    height:100%;
    object-fit: cover;
}
}
