.landing-wrapper .title-box.title-page {
	margin-bottom: 20px;
}

.banner-grid > .grid > div.cell-horizontal{
    height: inherit;
    width: 50%;
    box-sizing: border-box;
    position: relative;
}

.banner-grid > .grid .cell-horizontal > div a{
    position: relative;
    display: inline-block;
    width: inherit;
    height: inherit;
    overflow: inherit;
}
.banner-grid img{
    display: block;
}

.banner-grid > .grid > div.cell {
    width: 25%;
    height: inherit;
    box-sizing: border-box;
    position: relative;
}

.banner-grid img{
  width: 100%;
}

.cell-third{
  width: 33.3% !important;
}

.flex-row.pc-gaming-plus > .row{
  margin: 0 -6px;
}
.pc-gaming-plus .plus-gaming{
  display: block;
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  background: #FFF;
  margin: 0 6px;
}
.pc-gaming-plus .plus-gaming:hover{
  text-decoration: none !important;
  border-color: #EC6538;
}

.pc-gaming-plus .plus-gaming .title{
  font-size:  18px;
  line-height: 22px;
  color: #000;
  font-weight: 700;
}
.pc-gaming-plus .plus-gaming .title > .sub-title{
  font-size: 13px;
  color: #EC6538;
  font-weight: 400;
}

.plus-gaming.flex-row > .row{
  margin: 0;
}
.plus-gaming.flex-row > .row > span.img{
  flex-grow: 0;
  padding: 0;
}

.ollo-gaming-days .banners-footer > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .ollo-gaming-days .banners-footer {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 950px){
	.flex-row.pc-gaming-plus{
    overflow: initial;
    margin: 0 -10px;
  }
  .flex-row.pc-gaming-plus > .row{
    margin: 0;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .pc-gaming-plus .plus-gaming{
    padding: 10px;
    margin: 0 5px;
    overflow: initial;
  }
  .pc-gaming-plus .plus-gaming:first-child{
    margin-left: 10px;
  }
  .pc-gaming-plus .plus-gaming:last-child{
    margin-right: 10px;
  }
  .pc-gaming-plus .plus-gaming .title{
    font-size: 14px;
  }
  .pc-gaming-plus .plus-gaming img.logo{
    width: 20px;
    height: 20px;
  }
  .pc-gaming-plus .plus-gaming img.arrow{
    width: 8px;
    height: 14px;
  }
}