<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a{
	color: #fff;
	text-decoration: none;
}

.view {
   width: 200px;
   height: 150px;
   margin: 10px;
   float: left;
   border: none;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background-color:#000 !important;
   margin-left:0px;
   margin-top:0px;
    
}
.view .mask,.view .content {
   width: 200px;
   height: 150px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff !important;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
   font-family:century gothic !important;
}
.view p {
   font-family: Century Gothic;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}

.view a.info {
   display: inline-block;
   text-decoration: none !important;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.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 (min-width:600px) and (max-width:767px) {
	
a{
	color: #fff;
	text-decoration: none;
}

.view {
   width: 150px !important;
   height: 120px !important;
   margin: 10px;
   float: left;
   border: none;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background-color:#000 !important;
   margin-left:0px;
   margin-top:0px;
    
}
.view .mask,.view .content {
   width: 150px !important;
   height: 120px !important;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff !important;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
   font-family:century gothic !important;
}
.view p {
   font-family: Century Gothic;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}

.view a.info {
   display: inline-block;
   text-decoration: none !important;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.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 (min-width:412px) and (max-width:599px) {
	
a{
	color: #fff;
	text-decoration: none;
}

.view {
   width: 120px !important;
   height: 100px !important;
   margin: 10px;
   float: left;
   border: none;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background-color:#000 !important;
   margin-left:0px;
   margin-top:0px;
    
}
.view .mask,.view .content {
   width: 120px !important;
   height: 100px !important;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff !important;
   text-align: center;
   position: relative;
   font-size: 11px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 0px 0 0 0;
   font-family:century gothic !important;
}
.view p {
   font-family: Century Gothic;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}

.view a.info {
   display: inline-block;
   text-decoration: none !important;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.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 (min-width:360px) and (max-width:411px) {
	
a{
	color: #fff;
	text-decoration: none;
}

.view {
   width: 100px;
   height: 70px;
   margin: 10px;
   float: left;
   border: none;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background-color:#000 !important;
   margin-left:0px;
   margin-top:0px;
    
}
.view .mask,.view .content {
   width: 100px;
   height: 70px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff !important;
   text-align: center;
   position: relative;
   font-size: 10px;
   padding: 0px;
   background: rgba(0, 0, 0, 0.8);
   margin: 0px 0 0 0;
   font-family:century gothic !important;
}
.view p {
   font-family: Century Gothic;
   font-style: italic;
   font-size: 7px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}

.view a.info {
   display: inline-block;
   text-decoration: none !important;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.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 (min-width:320px) and (max-width:359px) {
	
a{
	color: #fff;
	text-decoration: none;
}

.view {
   width: 90px;
   height: 60px;
   margin: 10px;
   float: left;
   border: none;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background-color:#000 !important;
   margin-left:0px;
   margin-top:0px;
    
}
.view .mask,.view .content {
   width: 90px;
   height: 60px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff !important;
   text-align: center;
   position: relative;
   font-size: 9px;
   padding: 0px;
   background: rgba(0, 0, 0, 0.8);
   margin: 0px 0 0 0;
   font-family:century gothic !important;
}
.view p {
   font-family: Century Gothic;
   font-style: italic;
   font-size: 7px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}

.view a.info {
   display: inline-block;
   text-decoration: none !important;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
	
}
	
}</pre></body></html>