.aub-lightbox * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.pointer {
    cursor: pointer;
}

.aub-lightbox {
    position: relative;
    height: 100vh;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #111;
}

.aub-lightbox .aub-arrow-wrapper{
    position: absolute;
}

.aub-lightbox i.fas{
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    transition: all .4s;
}

.aub-lightbox i.fas:hover{
    font-size: 3.05rem;
    color: lightgray; 
}

.aub-display-none {
    display: none;
}

.aub-lightbox-close {
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    font-size: 1.5rem;
}

.aub-lightbox-image-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.aub-lightbox-image {
    /* height: 100vh; */
    height: 70vh;
    width: 100%;
    position: relative;
}

.aub-lightbox-image p{
    letter-spacing: 1.4px;
}

.aub-lightbox-image img {
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
    min-height: 350px;
    max-height: 550px;
    height: 100%;
}

.aub-lightbox p {
    font-family: 'Open Sans', sans-serif!important;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
}

.aub-lightbox i.fas.fa-times {
    position: absolute;
    right: 5%;
    top: 2rem;
}

.aub-lightbox .aub-arrow-wrapper{
    right: 5%;
    bottom: 3%;
}

.aub-lightbox .fas.fa-chevron-left{
   margin-right: 3.75rem; 
}

.aub-lightbox .aub-title-wrapper{
    padding: .5rem;
    width: 100%;
    position: relative;
    margin-bottom: .25rem;
}

.aub-lightbox .aub-title-wrapper p{
    margin: 0;
    text-align: center;
    width: 100%;
    letter-spacing: 2.5px;
    font-weight:600; 
}

.aub-lightbox .aub-title-wrapper p:nth-of-type(2){
    direction: rtl;
    letter-spacing: 5px;
}