<style>

.tn-atom__slds-img .t-bgimg loaded{ border-radius: 2px;}
.gallery .t-slds__arrow {
    background-size: 50px 50px;
   background-repeat: no-repeat;
   background-position: center;
 width: 75px !important;
    height: 75px !important;
   
    
   
}

@media (max-width: 760px) { 
 .t396__elem .t-slds__arrow {
    width: 30px !important;
     height: 30px !important;
    background-size: 30px 30px;
    vertical-margin: 20px;
 }
}
.mockup{
    filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.25));
}
.insta{
filter: drop-shadow(0px 12px 15px rgba(0, 0, 0, 0.15));
}

</style>
<style>

.inst{
border-radius: 5px;
background: linear-gradient(52.38deg, #FAE100 -8.01%, #FADC04 -2.51%, #FBCE0E 3.79%, #FCB720 10.47%, #FE9838 17.4%, #FF7950 22.85%, #FF1C74 41.73%, #6C1CD1 93.04%);
background: -moz-linear-gradient(52.38deg, #FAE100 -8.01%, #FADC04 -2.51%, #FBCE0E 3.79%, #FCB720 10.47%, #FE9838 17.4%, #FF7950 22.85%, #FF1C74 41.73%, #6C1CD1 93.04%); 
background: -webkit-linear-gradient(52.38deg, #FAE100 -8.01%, #FADC04 -2.51%, #FBCE0E 3.79%, #FCB720 10.47%, #FE9838 17.4%, #FF7950 22.85%, #FF1C74 41.73%, #6C1CD1 93.04%); 
background: linear-gradient(52.38deg, #FAE100 -8.01%, #FADC04 -2.51%, #FBCE0E 3.79%, #FCB720 10.47%, #FE9838 17.4%, #FF7950 22.85%, #FF1C74 41.73%, #6C1CD1 93.04%); 
transition: all 200ms ease;
 } 
.inst:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
 .other{
          transition: all 200ms ease;
 }
 .other:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
</style>