.square{border-radius:15px}.square.left{background-color:#f4b942;animation:pulse 5.5s infinite;margin-right:-7px}@media(max-width:767px){.square.left{max-width:75px;max-height:75px}}@media(min-width:1908px){.square.left{max-width:25vh}}.square.left .img-container{overflow:hidden;position:relative;border:5px solid #fff;box-sizing:border-box;border-radius:15px}.square.left img{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.square.right{background-color:#4d4fff;animation:pulse 5.7s infinite;margin-left:-7px}@media(max-width:767px){.square.right{max-width:70px;max-height:70px}}@media(min-width:1908px){.square.right{max-width:25vh}}.square.right .img-container{overflow:hidden;position:relative;border:5px solid #fff;box-sizing:border-box;border-radius:15px}.square.right img{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.square.center{background-color:#ff66b3;animation:pulseCenter 6s infinite;z-index:5}@media(max-width:767px){.square.center{max-width:100px;max-height:100px}}@media(min-width:738px){.square.center{max-width:50vh}}@media(min-width:1908px){.square.center{max-width:50vh}}.square.center .img-container{position:relative;border:5px solid #fff;box-sizing:border-box;overflow:hidden}@media(max-width:767px){.square.center .img-container{min-width:150px;min-height:180px;border-radius:10px}}@media(min-width:738px){.square.center .img-container{border-radius:15px;max-height:30vh}}@media(min-width:1908px){.square.center .img-container{border-radius:15px;max-height:25vh}}.square.center img{transform:scaleX(-100%);-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}@keyframes pulseCenter{0%{transform:scale(1)}50%{transform:scale(1.07)}to{transform:scale(1)}}