/*
 * jQuery tileSlideshow v0.1.0
 * Copyright 2014 Pavel Davydov
 */

.tile-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* Hide until document is loaded */
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  text-align: center;
}

.tile-item {
  width: 310px;
  height: 310px;
  padding-bottom: 10%;

  position: relative;
  float: left;
  overflow: hidden;
}
.tile-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

@media only screen and (max-width: 600px) {
    .imgfix{
	    max-width: 300px !important;
    }
    h2.fancy{
	    font-size: 26px !important;
    }
    .mshrink{
	    font-size: 44px !important;
    }
    .padfix{
	    padding-left: 10px !important;
	    padding-right: 10px !important;
    }
    .ocshrink{
	    line-height: 42px !important;
    }
    
    h2.fancycs:before {
  margin-right: 5px;
}
h2.fancycs:after {
  margin-left: 5px;
}
}