.my-bg-photo {
  background: url("images/banner-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.my-bg-photo * {
  position: relative;
  z-index: 10;
}

.my-bg-photo:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.65;
}

.my-custom-container {
  max-width: 800px;
}

.accordion .btn-link:focus {
  box-shadow: none;
}

.my-drawing {
  transition: all 0.33s ease-out;
}

.my-drawing:hover {
  transform: scale(1.054) rotate(15deg);
}

/* Images */
.img-basic {
  width: 400px;
  border: 1px solid black;
}
.img-100 {
  width: 100px;
  display: cover;
}
