<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.view {

   width: 33.33%;

   height: auto;

   float: left;

   overflow: hidden;

   position: relative;

   text-align: center;   

   cursor: default;

   /*background: #fff url(../images/bgimg.jpg) no-repeat center center;*/

}

.view .mask,.view .content {

   width: 100%;

   height: auto;

   position: absolute;

   overflow: hidden;

   top: 0;

   left: 0;

}

.view img {

   display: block;

   position: relative;

}

.view h2 {

   text-transform: uppercase;

   color: #fff;

   text-align: center;

   position: relative;

   font-size: 17px;

   padding: 10px;

   background: rgba(0, 0, 0, 0.8);

}</pre></body></html>