.carousel-inner .carousel-item {
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}

.bgcol{
  height: 500px;
  width: 200px;  
  background-image:url('./assets/developers.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.bgrow{
  background-size: cover;
  background-image:url('./assets/devs.png');
  background-repeat: no-repeat;
  min-height: 50vh;
}

.bgcolblack{
  background-color: black;
  background-size: cover;
  min-height: 50vh;
  color: white;
}

.wfont{
  font-weight: bold;
  color: white;
}

.wrapper {
  position: relative;
  z-index: 1;
}
.wrapper:after {
  content: "*";
  position: absolute;
  right: 10px;
  top: +3px;
  color: red;
  z-index: 5;
}
body { overflow-x: hidden; }
html { overflow-x: hidden; }
