@media screen and (max-width: 700px) {
  .column {
    width: 100%;
  }
}
@media (max-width: 700px) {
  img#optionalstuff {
    display: none;
  }
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.image-holder{
    position: relative;
    margin: 0 auto;
    width: 260px;
    height: 260px;
}

.head-image,.circle{
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 260px;
}

.head-image{
    z-index: 0;
}

.circle{
    z-index: 2;
}

.front{
    z-index: 1;
}

.widget{
    padding: 30px 60px;
    position: relative;
    top: 0;
}
