.tour360container{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:10px;max-width:unset !important;margin:10px}.tour360container .square{padding-bottom:100%;position:relative;overflow:hidden;cursor:pointer}.tour360container .square figure{width:100%;height:100%;background-repeat:no-repeat;background-size:cover;position:absolute}.tour360container .square h2{position:absolute;bottom:0;font-size:18px;padding:20px;background:#000;background:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.7) 43%,rgba(0,0,0,0) 100%);width:100%;color:#fff;font-size:14px;font-weight:400;transition:max-height .25s ease-out;pointer-events:none}.tour360container .square:hover h2{height:60px;transition:max-height .25s ease-in}@media screen and (max-width:768px){.tour360container{grid-template-columns:repeat(2,1fr)}}