/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {  }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {  }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {  }

.help-inline {
    color: red;
}

#foto {
    max-width: 70%;
    height: auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
/* Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width */