.bean-bag-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.bean-bag{margin:10px}.bean-bag h3{font-size:20px;text-align:center}.bean-bag a{text-decoration:none}.bg-img-text-over{background-size:contain;height:250px;margin-left:auto;margin-right:auto;position:relative;width:250px}.container-text-over-img{align-items:center;background:rgba(0,0,0,.3);display:flex;height:250px;justify-content:center;opacity:0;transition:.5s;width:250px}.container-text-over-img:hover{opacity:1;transition:.5s}.text-over-img{background:#ec145a;color:#fff;font-size:17px;padding:10px 20px}.text-over-img:hover{color:#fff;transform:scale(1.05);transition:.25s}.mobile-bean-bag{display:none;text-align:center}@media screen and (max-width:600px){.mobile-bean-bag{display:block}.container-text-over-img{display:none}.text-over-img:hover{transform:none}}