
.flexcontainer {
/*  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 2% 0 2.7%;*/
}
.flexitem {
  background-color: #cccccc;
  display: inline-block;
  overflow: visible;
  position: relative;
  flex: 1 1;
}
.flexitem:nth-child(1) {
  flex-basis: 50%;
  height: 500px;
}
.flexitem:nth-child(2) {
  flex-basis: 50%;
}
#image-x {
  background-image: url("http://i.forbesimg.com/2016/6/29/setting-the-standard-prezi.jpg");
  background-size: cover;
  background-position: right;
  border-radius: 10px 0 0 10px;
}
#image-x2 {
  background-image: url("https://image.freepik.com/free-vector/bright-background-with-dots_1055-3132.jpg");
  background-size: cover;
  background-position: right;
  border-radius: 10px 0 0 10px;
}
#image-x3 {
  background-image: url("https://image.freepik.com/free-vector/watercolor-texture-rainbow-background_56745-122.jpg");
  background-size: cover;
  background-position: right;
  border-radius: 10px 0 0 10px;
}
#content-x {
  background-color: white;
  border-radius: 0 10px 10px 0;
}
.wrapper {
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
.wrapper p{
  font-size: 13px;
}


@media screen and (max-width: 680px) {
  .flexcontainer {
    flex-direction: row;
  }
  #content-x {
      flex: auto;
      flex-direction: column;
      border-radius: 0px 0px 10px 10px;
  }
  #image-x {
      flex-direction: column;
      height: 200px;
      border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 880px) {
  .flexcontainer {
    flex-direction: row;
  }
  #content-x {
      flex: auto;
      flex-direction: column;
      height: 250px;
      border-radius: 0px 0px 10px 10px;
  }
  #image-x {
      flex-direction: column;
      height: 200px;
      border-radius: 10px 10px 0 0;
  }
  #image-x2 {
      flex-direction: column;
      height: 200px;
      border-radius: 10px 10px 0 0;
  }

#image-x3 {
      flex-direction: column;
      height: 200px;
/*      border-radius: 10px 10px 0 0;*/
  }

}
/* carousel buttons if want color besides transparent*/
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
