#main{
background:#0E1414;
}
.seo-copy__text {
color:#FFFFFF!important;
}
.carousel .content-teaser-img{
  background: #ffffff;
}
h2.wrapper__heading{
color:#FFFFFF!important;
}
.carousel .column h2{
color:#fff;
}
.carousel .title{
color:#fff;
}
.btn--text-link{
color:#CF132F;
}
.real_kitchens {
  color: #ffffff;
  width: 100%;
  text-align: center;
  background: #373b3c;
  padding: 60px 0;
}
.olapic_title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 50px;
}
.olapic_subtitle {
  font-weight: 100;
  font-size: 22px;
  line-height: 36px;
}
.olapic {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 15px 0 30px 0;
}
.gallery_container {
  display: flex;
  justify-content: center;
  max-width: 1510px;
  overflow: hidden;
  margin-right: 2.875rem;
  margin-left: 2.875rem;
}
.gallery_container > div {
  margin: 10px 15px;
  min-height: 275px;
  min-width: 275px;
  background-size: cover;
  -webkit-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.15);
}

.pic1 {
  background: url(/-/media/Images/Brand/AEG/olapic/olapic_01.jpg) no-repeat;
}
.pic2 {
  background: url(/-/media/Images/Brand/AEG/olapic/olapic_02.jpg) no-repeat;
}
.pic3 {
  background: url(/-/media/Images/Brand/AEG/olapic/olapic_03.jpg) no-repeat;
}
.pic4 {
  background: url(/-/media/Images/Brand/AEG/olapic/olapic_04.jpg) no-repeat;
}
.pic5 {
  background: url(/-/media/Images/Brand/AEG/olapic/olapic_05.jpg) no-repeat;
  margin: 0;
}
.gallery_button {
  display: flex;
  font-weight: 600;
  justify-content: center;
  line-height: 48px;
  border-radius: 24px;
  background: #cf132f;
  padding: 0 15px;
  margin: 0 auto;
  width: 320px;
  letter-spacing: 2.2px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

/******** Controls the height underneath the text block - padding-bottom, sets background colour for the component *********/
.aeg_wrap {
  background: #313033;
  width: 100%;
}
/******** Gradient/image on the left *********/
.left_side {
  background-image: linear-gradient(
    to bottom left,
    rgba(0, 0, 0, 0.3),
    rgba(255, 255, 255, 0.2)
  );
  height: 550px;
  width: 950px;
  margin: 0;
}
/******** Gradient/image on the right *********/

.right_side {
  background-image: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.3),
    rgba(255, 255, 255, 0.2)
  );
  width: 950px;
  height: 550px;
  margin: 0;
}
/******** Change the background colour - sets border at bottom *********/
.banner {
  display: flex;
  align-items: stretch;
  background-color: #313033;
  height: 550px;
}

  /******** Change the background image - flexbox set to percentage for NEW icon to align with edge of image *********/
  .aeg_image {
    flex: 0 0 86%;
    background: url("/-/media/Images/Brand/AEG/banners/aeg_appliances_desktop_v1.jpg")
      no-repeat center;
      background-size: cover;
  }
  .aeg_image_cooking {
    flex: 0 0 86%;
    background: url("/-/media/Images/Brand/AEG/banners/aeg_cooking_desktop.png")
      no-repeat center;
      background-size: cover;
  }
  .aeg_image_laundry {
    flex: 0 0 86%;
    background: url("/-/media/Images/Brand/AEG/banners/aeg_laundry_desktop_v1.jpg")
      no-repeat center;
      background-size: cover;
  }
  .aeg_image_refrigeration {
    flex: 0 0 86%;
    background: url("/-/media/Images/Brand/AEG/banner/aeg_refrigeration_desktopv2.jpg")
      no-repeat center;
      background-size: cover;
  }
}

/**** 1600 breakpoint | Banner height change - flex set to 100% - borders removed - NEW icon fixed right - text box smaller *********/
@media only screen and (max-width: 2060px) {
  .aeg_image {
    flex: 0 0 100%;       
  }

  .aeg_image_cooking {
    flex: 0 0 100%;
  }

  .aeg_image_laundry {
    flex: 0 0 100%;
  }

  .aeg_image_refrigeration {
    flex: 0 0 100%;
  }
}

/**** 1366 breakpoint | Banner height change 470 - Text size smaller *********/

@media only screen and (max-width: 1366px) {
  .banner {
    height: 500px;
  }

  .aeg_image {
    flex: 0 0 100%;
    background: url("/-/media/Images/Brand/AEG/banners/aeg_appliances_laptop_v1.jpg")
      no-repeat center;

  }
  .aeg_image_cooking {
    flex: 0 0 100%;
    background: url("/-/media/Images/Brand/AEG/banners/aeg_cooking_laptop.jpg")
      no-repeat center;
    background-size: cover;
  }
  .aeg_image_laundry {
    flex: 0 0 100%;
    background: url("/-/media/Images/Brand/AEG/banners/aeg_laundry_laptop_v1.jpg")
      no-repeat center;
    background-size: cover;
  }
  .aeg_image_refrigeration {
    flex: 0 0 100%;
    background: url("/-/media/Images/Brand/AEG/banner/aeg_refrigeration_laptopv2.jpg")
      no-repeat center;
    background-size: cover;
  }
}

@media (max-width: 1200px) {
  .real_kitchens {
    padding: 40px 0 48px 0;
  }
  .gallery_container {
    max-width: 1200px;
    overflow: hidden;
    margin-right: 2.875rem;
    margin-left: 2.875rem;
  }
  .gallery_container > div {
    min-height: 226px;
    min-width: 226px;
    background-size: cover;
  }
}
@media (max-width: 1023px) {
  .gallery_container {
    max-width: 954px;
    overflow: hidden;
  }
  .olapic_title {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
  }
  .olapic_subtitle {
    font-weight: 100;
    font-size: 18px;
    line-height: 36px;
  }
  .gallery_container > div {
    margin: 8px 12px;
    min-height: 162px;
    min-width: 162px;
    background-size: cover;
  }
  .gallery_button {
    display: flex;
    font-weight: 600;
    justify-content: center;
    line-height: 34px;
    border-radius: 24px;
    background: #28343d;
    padding: 0 15px;
    margin: 0 auto;
    width: 280px;
    letter-spacing: 2.2px;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
  }
  .gallery_button img {
    width: 8px;
    height: 10px;
    padding: 12px 0 0 6px;
  }
  .olapic {
    padding: 8px 0 24px 0;
  }
}

@media (max-width: 767px) {
  .real_kitchens {
    padding: 24px 0 32px 0;
  }
  .gallery_container {
    width: 735px;
    height: 140px;
    overflow: hidden;
    margin-left: 24px;
    margin-right: 24px;
  }
  .gallery_container > div {
    margin: 8px;
    min-height: 128px;
    min-width: 128px;
    background-size: cover;
  }
  .gallery_button {
    width: 250px;
  }

  .banner {
    height: 300px;
  }
  .aeg_image {
    background: url("/-/media/Images/Brand/AEG/banners/aeg_appliances_mob_l_v1.jpg")
      no-repeat center;
    background-size: cover;
  }
  .aeg_image_cooking {
    background: url("/-/media/Images/Brand/AEG/banners/aeg_cooking_mob_l.jpg")
      no-repeat center;
    background-size: cover;
  }
  .aeg_image_laundry {
    background: url("/-/media/Images/Brand/AEG/banners/aeg_laundry_mob_l_v1.jpg")
      no-repeat center;
    background-size: cover;
  }
  .aeg_image_refrigeration {
    background: url("/-/media/Images/Brand/AEG/banner/aeg_refrigeration_mob_lv2.jpg")
      no-repeat center;
    background-size: cover;
  }
}
@media only screen and (max-width: 440px) {
  .aeg_image {
    background: url("/-/media/Images/Brand/AEG/banners/aeg_appliances_mob_v1.jpg")
      no-repeat center;
    background-size: cover;
  }
  .aeg_image_cooking {
    background: url("/-/media/Images/Brand/AEG/banners/aeg_cooking_mob.jpg")
      no-repeat center;
    background-size: cover;
  }
  .aeg_image_laundry {
    background: url("/-/media/Images/Brand/AEG/banners/aeg_laundry_mob_v1.jpg")
      no-repeat center;
    background-size: cover;
  }
  .aeg_image_refrigeration {
    background: url("/-/media/Images/Brand/AEG/banner/aeg_refrigeration_mobv2.jpg")
      no-repeat center;
    background-size: cover;
  }
}
