﻿@import url("/CSS/1024.css") all and (min-width: 1100px);
@import url("/CSS/800.css") all and (min-width: 600px) and (max-width: 1099px);
@import url("/CSS/mobile.css") all and (max-width: 599px);

@media only screen and (min-width: 1500px) {
  .HomeEvents .item {
    width: 20%;
    height: 265px;
    float: left;
    position: relative;
  }

  .portC .item {
    width: 20%;
    height: 260px;
    float: left;
    position: relative;
  }
  .HomeEvents .item .media {
    position: absolute;
    width: 45%;
    height: 30px;

    left: 110px;
    bottom: 5px;
  }
}
