:local {
  .image-conatiner,
  .image-conatiner-reduced-width,
  .image-conatiner-reduced-height {
    background-color: #ffe4c4;
  }

  .image-conatiner {
    height: 200px;
    width: 200px;
  }

  .image-conatiner-reduced-width {
    height: 200px;
    width: 100px;
  }

  .image-conatiner-reduced-height {
    height: 100px;
    margin-bottom: 100px;
    width: 200px;
  }
}
