#rky_slides .item.render-bg div {
  height: 360px; }

@media only screen and (max-width: 1024px) {
  #rky_slides .item.render-bg div {
    height: 300px;
    max-width: 1024px;
    background-size: 200%; }
  .rky-slide-text h1 {
    margin-top: 4%;
    font-size: 40px; }
  .rky-slide-text h2 {
    font-size: 20px; } }

@media only screen and (max-width: 800px) {
  #rky_slides .item.render-bg div {
    height: 160px;
    max-width: 1024px;
    background-size: 220%; }
  .rky-slide-text h1 {
    margin-top: 4%;
    font-size: 24px; }
  .rky-slide-text h2 {
    font-size: 14px; } }

.recent-event-list .item {
  border: 1px solid #ccc;
  padding: 6px;
  background-color: #ccc;
  margin-bottom: 30px;
  text-align: center; }

.rky-thumb-center {
  margin: 0 0 5px 0;
  border: 2px solid #fff;
  padding: 0 !important; }

.recent-event-list .item a {
  color: #333; }
