body, html {
  padding: 0;
  margin: 0;
  background-color: #972e2b;
}

.container {
  display: flex;
  justify-content: center;
}

.full-image {
  height: 100vh;
  position: relative;
}

.secondary-centered {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 653px) {
  .secondary-centered {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 896px) {
  .secondary-centered {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.secondary-image {
  border-radius: 50%;
  width: 15%;
}
.sc__inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sc__wrapper {
  display: block;
  width: 100%;
  height: 300px;
  max-width: 300px;
  border-radius: 50%;
  border: 5px solid white;
}

.sc__container {
  position: relative;
  overflow: hidden;
  height: 300px;
  border-radius: 50%;
  max-width: 300px;
}

@media (max-width: 700px) {
  .sc__wrapper {
    display: block;
    width: 100%;
    height: 200px;
    max-width: 200px;
    border-radius: 50%;
    border: 5px solid white;
  }

  .sc__container {
    position: relative;
    overflow: hidden;
    height: 200px;
    border-radius: 50%;
    max-width: 200px;
  }
}



.sc__container > img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.sc__container canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.sc__infos {
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 18px;
}
