.mySlides {
    display: none;
    height: 300px;
    padding: 1%;
    text-align: center;
}

.mySlides:first-child {
    display: block;
}

.circleImage {
    width: 10%;
    border: 3px solid;
    border-radius: 100%;
}

.description {
    margin-top: 20px;
}

.w3-display-container,
.w3-tooltip {
    position: relative;
	color: #FFF;
}

@media screen and (min-width: 768px) {

  .w3-display-container,
.w3-tooltip {  
  height: 90%;
  }
}

.w3-content {
    max-width: 980px;
}

.w3-auto,
.w3-content {
    margin-right: auto;
    margin-left: auto;
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.w3-btn,
.w3-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.w3-btn,
.w3-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    outline: 0;
    color: inherit;
    background-color: inherit;
    cursor: pointer;
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 1%;
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.w3-black,
.w3-hover-black:hover {
    color: #FFF !important;
    /*background-color: #000 !important;*/
}

.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}

.w3-badge {
    width: 13px;
    height: 13px;
    padding: 0;
}

.w3-badge,
.w3-left,
.w3-right {
    cursor: pointer;
}

.w3-hover-none:hover,
.w3-transparent {
    background-color: #FFF !important;
}

.w3-badge {
    border-radius: 50%;
}

.w3-hover-white:hover,
.w3-white {
    color: #FFF !important;
    background-color: #1972B8 !important;
}

.w3-badge,
.w3-tag {
    display: inline-block;
    text-align: center;
    color: var(--blanc);
    background-color: #000;
}

.w3-center {
    text-align: center;
    background: #3B3B3B;
}

button.w3-button.w3-display-right.w3-black::after {
    content: "❯";
    margin-left: -3px;
    font-size: 20px;
}

button.w3-button.w3-display-left.w3-black::after {
    content: "❮";
    margin-left: -4px;
    font-size: 20px;
}

.w3-content.w3-display-container {
    background: #3B3B3B;
}


@media screen and (max-width:768px) {
    img.circleImage {
        width: 30%;
    }
}

@media screen and (min-width: 988px) { 

.col.position_7 {
    align-self: center;
}
.w3-content {
    max-width: none;
}

.w3-display-container.mySlides {
    padding-bottom: 1%;
}
}
