.gallery {
    display: flex;
}

.thumbnail {
    cursor: pointer;
   
}
.product-image-block .slider .swiper-slide img {
    display: block;
    max-height: 368px;
    object-fit: cover;
}
.image-display_top {
	text-align: center;
    background-image:url(../img/bg1.jpg);
   height: 90vh;
   margin-bottom:0px;
   /* background-position: center;
   background-repeat: no-repeat;
 
   background-size: cover; */
   
}
.image-display {
    text-align: center;
   
}

#largeImage {
    width: 402px;
    height: 213px;
    object-fit: cover;
    margin-top: 50px;
    border: 9px solid transparent;
    border-image: linear-gradient(45deg, #131312, #131312) 1;
    box-shadow: inset 8px 8px 5px -3px rgba(0, 0, 0, 0.5), inset -8px -8px 5px -3px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    padding: 14px;
}

@media only screen and (max-width:765px) {
    #largeImage {
        width: 75%;
    }
    .common-image{
        margin-bottom:20px;
    }
  }