.instagram-feed .swiper-slide a{display:flex;justify-content:center;align-items:center;overflow:hidden;width:100%;padding-top:100%}.instagram-feed .swiper-slide a img,.instagram-feed .swiper-slide a video{overflow:hidden;object-fit:cover;width:100%;height:100%;position:absolute;top:0;bottom:0;right:0;left:0}.carousel-instagram-next{right:1rem}.carousel-instagram-prev{left:1rem}.carousel-instagram-next{right:1rem}.carousel-instagram-prev{left:1rem}.instagram-feed .swiper-slide{display:flex;justify-content:center;align-items:stretch;box-sizing:border-box;height:300px}.instagram-feed .swiper-wrapper{display:flex}.instagram-feed .carousel-instagram-next,.instagram-feed .carousel-instagram-prev{height:47px;width:47px;z-index:2;display:flex;justify-content:center;align-items:center;position:absolute;background:#191919;border-radius:100%;top:50%;transform:translate(0,-50%);cursor:pointer;transition:all .3s}.instagram-feed .carousel-instagram-next:hover,.instagram-feed .carousel-instagram-prev:hover{background-color:#e95006;scale:1.1}.instagram-feed .carousel-instagram-next svg,.instagram-feed .carousel-instagram-prev svg{width:25px;height:25px}.instagram-feed .instagram-feed__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;transition:all .3s;display:flex;align-items:center;justify-content:center;background:rgba(233,80,6,.7);opacity:0}.instagram-feed .swiper-slide:hover .instagram-feed__overlay{opacity:1}.instagram-feed .instagram-feed__overlay svg{width:24px}.instagram-feed .feed__loading{display:flex;justify-content:center;align-items:center;width:100%;height:300px;background-color:#191919}.instagram-feed .feed__loading .spinner{border:4px solid rgba(253,245,212,.3);border-top:4px solid #fdf5d4;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}