.insta-shots,
.insta-shots .insta-link .insta-link-content,
.insta-shots .insta-content .insta-img,
.insta-shots .insta-content .insta-img .insta2 {
    height: 320px !important;
}

.insta-shots {
    width: 100% !important;
}

.insta-shots .insta-link {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.insta-shots .insta-link .insta-link-content {
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s ease-in-out;
    /* border: 1px solid red; */

    display: flex;
    justify-content: center;
    align-items: center;
}

.insta-shots .insta-link .insta-link-content:hover {
    background-color: rgba(0, 0, 0, 0.7);
    transition: .3s ease-in-out;
}

.insta-shots .insta-link .insta-link-content .insta__icon {
    width: 37px;
    height: 37px;
}



.insta-shots .insta-content {
    display: flex !important;
}

/* .container .box {
    position: relative;
    overflow: hidden;
    background-color: #000000;
  }
  
  .container .box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  
    opacity: 1;
    overflow: hidden;
    transition: transform 0.5s, opacity 0.5s;
  } */

.insta-shots .insta-content .insta-img {
    position: relative;
    overflow: hidden;
    background-color: #000000;

    width: 20% !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    height: 850px;
    object-fit: cover;
    object-position: 50% 50% !important;

    /* position: absolute; */
    /* top: 0;
    left: 0; */
    /* width: 100%;
    height: 100%; */
    /* object-fit: cover; */
  
    /* opacity: 1; */
    /* overflow: hidden; */
    /* transition: transform 0.5s, opacity 0.5s; */
}

.insta-shots .insta-content .insta-img img {
    width: 100% !important;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  
    opacity: 1;
    overflow: hidden;
    /* transition: transform 0.5s, opacity 0.5s; */
}



/* .insta-shots .insta-content-2 {
    display: none !important
} */

.insta-link a {
    display: flex !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 355px !important;
}

.insta-link a p {
    font-size: 27px !important;
    margin-left: 25px !important;
}


@media (min-width: 320px) and (max-width: 767px) {

    .insta-shots,
    .insta-shots .insta-link .insta-link-content,
    .insta-shots .insta-content .insta-img,
    .insta-shots .insta-content .insta-img .insta2 {
        height: 230px !important;
    }

}