.flex-container {
  height: auto;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

.flex-title {
  color: #fff;
  position: relative;
  /* font-size: 34pt; */
  font-size: 2.5vw;
  /* top: 57%;
  left: 10%; */
  font-weight: bold;
}

.flex-content {
  position: relative;
  top: 60%;
  left: 10%;
  display: flex;
  justify-content: start;
}

.flex-content img {
  margin-right: 10px;
}

.flex-content .vr {
  opacity: 1;
  color: #fff;
}

.flex-content p {
  color: #fff;
  /* font-size: 22pt; */
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.3;
  margin-left: 10px;
  margin-bottom: 0;
  text-overflow: ellipsis;
}

.flex-slide {
  height: 78vh;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.section2,
.section3 {
  .flex-title {
    display: none;
  }
  .flex-desc {
    display: none;
  }
  .flex-vr {
    display: none;
  }
}

.section1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/banners/banner-1.png");
  background-size: cover;
  background-position: center center;
  border-right: 8px solid white;
  flex-grow: 3;
  position: relative;
}

.section2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/banners/banner-2.png");
  background-size: cover;
  background-position: center center;
  border-right: 8px solid white;
  position: relative;
}

.section3 .flex-title {
  position: absolute;
  top: 37%;
  left: 10%;
}

.section2 .flex-title {
  position: absolute;
  top: 37%;
  left: 10%;
}

.section1 .flex-title {
  position: absolute;
  top: 50%;
  left: 9.5%;
}

.section3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/banners/banner-3.png");
  background-size: cover;
  background-position: center center;
  position: relative;
}

.partnership-tag .vr {
  text-wrap: nowrap;
  display: flex;
  align-items: center;
}

.partnership-tag .vr span {
  margin-left: 10px;
}

.partnership-tag{
  display: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and below) */
@media (min-width: 993px) {
  .flex-slide:hover {
    flex-grow: 3;
  }
}

@media (max-width: 992px) {
  .flex-slide {
    height: 100%;
    display: block !important;
    flex: 0 0 95%;
    padding: 20px;
  }

  .flex-container {
    height: 300px !important;
    overflow-x: auto;
  }

  .flex-title {
    display: block;
    font-size: 15pt;
    top: 50%;
  }
  .flex-desc {
    display: block;
    font-size: 10pt;
  }
  .flex-content {
    top: 55%;
  }
  .flex-content img {
    width: 42px;
    height: 48px;
  }
  .flex-vr {
    display: block !important;
  }

  .section3 .flex-title {
    position: absolute;
    top: 30%;
    left: 8%;
  }

  .section2 .flex-title {
    position: absolute;
    top: 30%;
    left: 14%;
  }

  .section1 .flex-title {
    position: absolute;
    top: 40%;
    left: 14%;
  }
}

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
