/* start with only X1 content */
.xbox360Item {
  display: none;
}
/* ---------------------------- */
.itemHide {
  display: none !important;
}
.gameDivCTA {
      text-align: center;
}

.gameDivsWrapper {
    text-align: center;
    width: 100%;
}
.gameDivsWrapper .gameDiv {
    text-align: left;
    display: inline-block;
    margin: 24px 10px 40px;
    vertical-align: top;
    min-width: 124px;
    max-width: 219px;
    width: 18% !important;
}
.m-heading-4+[class*=m-] {
    padding-top: 0;
}
.containerIMG {
  position: relative;
}
.containerIMG .c-image {
  width: 100%;
  max-width: 219px;
}
.overlay360 {
    position: absolute;
    width: 100%;
}
.overlay360 img {
    width: 100%;
}
.playsOn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
a.c-call-to-action.c-glyph.seeAllLink {
    display: block;
    width: 180px;
    margin: 16px auto;
}

@media only screen and (min-width: 768px) and (min-height: 1024px){

.m-global-promotion.f-image > div > div .c-heading {
    font-size: 17px;
}
.homeRibbon picture img{
width: 240px;
}

.homeRibbon div div:first-child {
    width: 890px;
}

.homeRibbon div div:last-child {
    min-width: 130px !important;
}

}

@media only screen and (min-width: 1024px) and (min-height: 1366px){

.m-global-promotion.f-image > div > div .c-heading {
    font-size: 17px;
}
.homeRibbon picture img{
width: 390px;
}

.homeRibbon div div:first-child {
    width: 890px;
}

.homeRibbon div div:last-child {
    min-width: 220px !important;
}

}


