.swiper-icov {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: none;
  background: transparent;
  background: rgba(0,0,0,0.0);
  z-index: 3;
}

.crewcaro1.swiper-container {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: visible;
}

.crewcaro1.swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 70%;
  max-width: 405px;
  min-width: 255px;
  background-color: #000;
  overflow: hidden;
  border-radius: 12px;
}

.crewcaro1.picture {
  position: relative;
  width: 100%;
  max-width: 405px;
  min-width: 255px;
  height: auto;
  max-height: 540px;
  min-height: 340px;
  overflow: hidden;
}

.crewcaro1.picture img {
  display: block;
  width: 100%;
  max-width: 405px;
  min-width: 255px;
  height: 100%;
  max-height: 540px;
  min-height: 340px;
  object-fit: cover;
  position: relative;
  -webkit-touch-callout: none;
  z-index: 1;
}

.crewcaro1.detail {
  position: relative;
  height: auto;
  padding: 15px 5px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}
  
.crewcaro1.detail h3 {
  display: block;
  margin: 0px 0px 0px 0px;
  font-family: 'Nasalization';
  font-size: 21px;
  font-weight: 500;
  color: #672fb6;
  line-height: normal;
  letter-spacing: 0.25px;
  text-transform: none;
}
  
.crewcaro1.detail h4 {
  display: block;
  margin: 0px 0px 4px 0px;
  font-family: 'Orbitron';
  font-size: 15px;
  font-weight: 700;
  color: #db32bb;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
  
.crewcaro1.detail span {
  display: block;
  margin: 0px;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: #000;
  line-height: normal;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 540px) {
  
  .crewcaro1.detail h3 {
    font-size: 17px;
    letter-spacing: 0px;
  }
  
  .crewcaro1.detail h4 {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  
}

.crewdet-tbl,
.crewdet-row {
  position: relative;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  vertical-align: top;
  border: none;
  padding: 0px;
}

.crewdet-col-1,
.crewdet-col-2 {
  vertical-align: top;
  padding: 0px;
  border: none;
}

.crewdet-col-1 {
  width: 75px;
  text-align: right;
  font-family: 'Montserrat';
  font-size: 9px;
  font-weight: 600;
  color: #484848;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 1px 0px 1px 0px;
}

.crewdet-col-2 {
  width: auto;
  text-align: left;
  font-family: 'Orbitron';
  font-size: 10px;
  font-weight: 700;
  color: #672fb6;
  line-height: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 1px 2px 1px 2px;
}

.crewdet-col-dual {
  width: auto;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 11px;
  font-weight: 600;
  color: #000;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-style: oblique;
  padding: 8px 2px 0px 2px;
}



@media only screen and (max-width: 540px) {
  
  .crewdet-col-1 {
    font-size: 8px;
  }
  
  .crewdet-col-2 {
    font-size: 9px;
  letter-spacing: 0px;
  }
  
  .crewdet-col-dual {
    font-size: 11px;
  }
  
}
