.byuLightbox {
    cursor: pointer;
}

.byuLightboxContainer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    z-index: 100;
}

.byuLightboxOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
}

.byuLightboxContent {
    background-color: #fff;
    max-width: 80%;
    padding: 40px;
    max-height: 100%;
    margin: 0 auto;
    overflow: auto;
    position: relative;
}

.byuLightboxClose {
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    color: #fff;
    width: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.byuLightboxContent .video-container {
    margin-bottom: 0;
}
.byuLightboxContent .image-container {
    text-align: center;
}
.byuLightboxContent .image-container img {
    max-width: 100%;
}
.byuLightboxContent .profile-content p.info span {
    padding-left: 5px;
}