@charset "utf-8";
/* CSS Document */

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.team {
  position: relative;
}

.team .content {
  position: absolute;
  bottom: 0;
  background: rgba(58, 56, 92, 0.9);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.imageMobile {
    display:none;
}

.imagePC {
    display:block;
}

@media (max-width: 600px){
    .imageMobile {
        display: block;
        z-index: 100;
    }

    .imagePC {
        display:none;
    }

}
