@font-face{
	font-family:"GlyphaLTW01-75Black";
	src:url("/webdav/files/system/fonts/GlyphaLTW01-75Black.eot?#iefix");
	src:url("/webdav/files/system/fonts/GlyphaLTW01-75Black.eot?#iefix") format("eot"),url("/webdav/files/system/fonts/GlyphaLTW01-75Black.woff2") format("woff2"),url("/webdav/files/system/fonts/GlyphaLTW01-75Black.woff") format("woff"),url("/webdav/files/system/fonts/GlyphaLTW01-75Black.ttf") format("truetype"),url("/webdav/files/system/fonts/GlyphaLTW01-75Black.svg#b6f721e6-f9c7-4cf8-acfe-9af5b6484317") format("svg");
}   

.grid {

   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}   
   
.grid:after {
  	content: '';
  	display: block;
  	clear: both;
}
   
.grid-sizer,
.grid-item {
  width: 33%;
  width: calc((100% - 20px) / 3);
  

}
   
.grid-item {
  height: 340px;
  float: left;
   margin-bottom:10px;
   
  background-size: cover; 
  background-position: 50% 50%;
  background-repeat: no-repeat; 
   
  font-size: 2.5rem;
  font-weight:600;
  color: #ffffff;
  text-align: center;
}   
 
.grid-item--width2 {
  width:  66%;
}  

   
.grid-item--width3{
   width: 100%;
}
   
.centeredimagetext{
   font-family:"GlyphaLTW01-75Black";
   padding: 0 10px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
   color: #ffffff;
   font-weight: 700;
   font-size: 3rem;
   text-align:center;
}   

 
   
@media only screen and (max-width: 479px){
  .grid-item,
  .grid-item--width2,
  .grid-item--width3{  
		width: 100%;
  }
}   