<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.view {
   width:25%; /*height:500px;*/
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff;
   height:450px
}
.view .mask,.view .content, .box-txt {
   width:100%; height:100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.box-txt{z-index:9;}

.view img {
   display: block;
   position: relative;
   max-width:auto!important;
	height:100%;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   font-family:'Ubuntu',sans-serif;
   font-weight:700;
   text-align: center;
   position: relative;
   font-size: 2rem;
   padding: 10px;
   margin: 90px 0 0 0;
   text-shadow: 2px 2px 2px #010101;
   line-height:33px;
   height:95px;
}
.view p {
   font-family: 'Ubuntu', sans-serif;
   /*font-style: italic;*/
   font-size: 1.5rem;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
   text-shadow: 2px 2px 2px #010101;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #e51051;
   color: #fff;
   width:130px;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

@media all and (max-width:1500px){
		.view img {left:-50%;}
}
@media all and (max-width:1200px){
	.view{width:50%;}
   .view img{left:0;}

}
@media all and (max-width:700px){
	.view{width:100%;}
	.view h2{font-size:1.5rem;}
}

@media all and (max-width:500px){
   .view img{left:-50%;}
}</pre></body></html>