@media only screen and (max-width:991px){.items-mob{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0;overflow:hidden;text-align:center}#values-mobile .item,.item-inner{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1rem;cursor:pointer;display:inline-block;height:16vh;margin:1rem;position:relative;width:80vw}#values-mobile .item-inner{background:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.2),transparent);height:100%;margin:0;width:100%;z-index:2}#values-mobile .item-inner h2,.item-inner p{color:#fff;font-family:Roboto,sans-serif;padding:4px 20px;position:absolute;text-align:left}#values-mobile .item-inner h2{bottom:24%;font-size:1.2rem;white-space:nowrap}#values-mobile .item-inner p{bottom:-5px;font-size:.9rem;font-weight:400;line-height:1.2;margin:.9rem 0;max-width:100%}#values-mobile .bio{min-width:310px;opacity:0}}@media only screen and (min-width:992px){#values-mobile{display:none}}