/* $scarColour: rgb(6,114,188); */
.news-grid {
  min-height: 400px; }

.news-grid div {
  padding: 5px; }

.news-grid div.news-right {
  align-items: center;
  text-align: center; }

.news-right iframe {
  margin-left: auto;
  margin-right: auto; }

.swiper-container {
  width: 100%;
  height: 100%;
  max-height: 500px;
  background-color: #066cb5; }

.bgscar {
  background-color: #066cb5;
  padding-bottom: 15px; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* width: 80%; */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #066cb5;
  color: white;
  flex-wrap: wrap; }

.swiper-slide img {
  display: block;
  max-height: 400px;
  min-width: 290px; }

.swiper-slide div {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.85rem; }

@media screen and (max-width: 640px) {
  .news-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto; }

  .news-grid div.news-left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 1/2; }

  .news-grid div.news-right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 2/3; } }

/*# sourceMappingURL=splash.css.map */
