.snapdown .title{
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color:var(--primary-color-1);
}
.snapdown .content-tab {
  width: 100%; 
  /*     margin-bottom: 18px; */
  float: left;
  position: relative;
margin-top:50px;

}
.snapdown .image-wrap {
  max-width: 600px;
  height: 550px;
  position: relative;
  margin: 30px auto 55px auto;
}
.snapdown .imageLink {
  height: 335px;
  width: 335px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  border-radius: 25%;
  transition: all 0.5s ease-out;
}
.snapdown .imageLink.image1 {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  height: 306px;
  width: 320px;
  top: -7px;
}

.snapdown .imageLink.image2 {
  bottom: 35px;
  height: 317px;
  width: 288px;
  left: 25px;
}

.snapdown .imageLink.image3 {
  height: 331px;
  width: 330px;
  right: 17PX;
  bottom: 23px;
}

.snapdown .imageLink.centerImage {
  width: 110px;
  height: 110px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
}
/* @media only screen and (min-width:992px){
.snapdown .imageLink.image1:hover {
  top: -96px;
  width: 403px;
  height: 400px;
}
.snapdown .imageLink.image2:hover {width: 403px;
  height: 400px;
  left: -88px;
  bottom: -56px;
  }
.snapdown .imageLink.image3:hover {
  width: 403px;
  height: 400px;
  bottom: -56px;
  right: -68px;
}
}
@media only screen and (max-width: 500px) {
.snapdown .image-wrap{
    width: 355px;
    height: 240px;
    margin-bottom:0;
    margin-right:10px;
    margin-top:0;
  }
  .snapdown .imageLink.image1 {
    width: 134px;
    height: 125px;
    top: -5px ;
  }
  .snapdown .imageLink.image2 {
    width: 134px;
    height: 130px;
    bottom: 30px;
    left: 55px;
  }
  .snapdown .imageLink.image3{
    width: 132px;
    height: 130px;
    right: 69px;
    bottom: 25px;
  }
  .snapdown .imageLink.centerImage{
    width: 60px;
    height: 60px;
  }
  .snapdown .content-tab{
  margin-top:25px;
  overflow:hidden;
  }
}
@media only screen and (max-width:400px){
.snapdown .image-wrap{
 transform: translateX(-30px);
}
}
 */
 @media only screen and (min-width:992px){
.snapdown .imageLink.image1:hover {
  top: -96px;
  width: 403px;
  height: 400px;
}
.snapdown .imageLink.image2:hover {width: 403px;
  height: 400px;
  left: -88px;
  bottom: -56px;
  }
.snapdown .imageLink.image3:hover {
  width: 403px;
  height: 400px;
  bottom: -56px;
  right: -68px;
}
}
@media only screen and (max-width: 500px) {
.snapdown .image-wrap{
    width: 100%;
    height: 300px;
    margin-bottom:0;
    margin-right:10px;
    margin-top:0;
    display:flex;
    justify-content:center;
  }
  .snapdown .imageLink.image1 {
    width: 150px;
    height: 150px;
    top: -5px;
  }
  .snapdown .imageLink.image2 {
    width: 150px;
    height: 150px;
    bottom: 55px;
    left: 45px;
  }
  .snapdown .imageLink.image3{
    width: 150px;
    height: 150px;
    right: 60px;
    bottom: 50px;
  }
  .snapdown .imageLink.centerImage{
    width: 65px;
    height: 60px;
  }
  .snapdown .content-tab{
  margin-top:25px;
  overflow:hidden;
  }
}
@media only screen and (max-width:400px){
.snapdown .image-wrap{
/*  transform: translateX(-30px); */
}
.snapdown .imageLink.image3{
width: 150px;
        height: 150px;
        right: 21px !important;
        bottom: 50px !important;
}
.snapdown .imageLink.image2{
        width: 150px;
        height: 150px;
        bottom: 55px !important;
        left: 10px !important;
}
.snapdown .imageLink.image1{
        width: 150px;
        height: 150px;
        top: -2px !important;
}
}
@media only screen and (width:390px){
    .snapdown .imageLink.image2{
    left: 30px !important;
    }
    .snapdown .imageLink.image1{
            top: -6px !important;
    }
    .snapdown .imageLink.image3{
            right: 38px !important;
        bottom: 50px !important;
    }
}