.tx-gallery *{box-sizing:border-box}.tx-gallery-image-container{width:100%;float:left;position:relative;padding:5px}.tx-gallery-image-and-description{position:relative;display:block;width:100%;height:100%;padding-bottom:56.25%;overflow:hidden;background:transparent none center no-repeat;background-size:cover;border:1px solid rgba(200, 200, 200, 0.5);border-radius:5px;box-shadow:2px 2px 2px rgba(0, 0, 0, 0.25)}.tx-gallery-description-container{opacity:0;position:absolute;left:0;top:0;right:0;bottom:0;border-radius:5px;background:rgba(0, 0, 0, 0.5);color:white;transition:opacity 0.25s ease}.tx-gallery-description-container:hover{opacity:1}.tx-gallery-description{display:table;width:100%;height:100%}.tx-gallery-description-text{display:table-cell;vertical-align:middle;width:100%;margin:0 auto;text-align:center}.tx-gallery-pagebrowser-pages{float:right;margin-right:5px}@media (min-width:450px){.tx-gallery-image-container{width:50%}}@media (min-width:768px){.tx-gallery-image-container{width:33%}}@media (min-width:990px){.tx-gallery-image-container{width:25%}}.tx-gallery-loading-indicator{background:#333;position:absolute;left:50%;top:50%;margin-left:-20px;margin-top:-20px;width:40px;height:40px;-webkit-animation:sk-rotateplane 1.2s infinite ease-in-out;animation:sk-rotateplane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes sk-rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}