.projectsSection{
    padding: 40px 0;
    background: #fff;
}
.projectsSection > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
a.projectBox {
    margin: 0 2px 4px;
    min-height: 400px;
    width: calc(33% - 1px);
    background: #fafafa;
}
a.projectBox:nth-child(1),a.projectBox:nth-child(2),a.projectBox:nth-child(3){
    margin-bottom: 4px;
}
img.prThumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox .lb-image {
    max-width: 800px !important;
}
.lightboxOverlay {
    background: rgba(255, 255, 255, 0.9);
}
#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: transparent;
    opacity: 0.95;
}
#swipebox-bottom-bar {
    bottom: 50% !important;
}
.visible-bars{
    transform: none !important;
}
#swipebox-close{
    top: 60px;
    background-size: 30px;
    right: 280px;
    background-image: url(../img/cancel.png) !important;
}
#swipebox-prev{
    background-image: url(../img/left-arrow.png) !important;
    background-position: center;
    background-size: 50px;
        transform: translateX(-100px);
}
.lb-nav a.lb-prev {
    width: 50px;
    left: -70px;
    position: absolute;
    opacity: 1;
    float: none;
    right: auto;
}
.lb-nav a.lb-next {
    width: 50px;
    right: -70px;
    position: absolute;
    opacity: 1;
    float: none;
    left: auto;
}
.lb-data .lb-close {
    width: 30px;
    background-size: 30px;
    position: fixed;
    top: 60px;
    right: 60px;
}
.lb-data .lb-details {
    float: none;
    width: 100%;
}
.lb-data .lb-caption {
    display: block;
    margin: 30px 0;
    text-align: center;
    font-size: 18px;
    color: #878787;
    font-weight: normal;
}
#swipebox-next {
    background-image: url(../img/right-arrow.png) !important;
    background-position: center;
    background-size: 50px;
    transform: translateX(100px);
}
div#swipebox-title {
    max-width: 800px;
    text-align: right;
    margin: auto;
    text-shadow: none;
    color: #4d4d4d;
    font-family: Iransans;
}
#swipebox-top-bar {
    top: auto;
    bottom: 90px;
    text-align: right;
}
@media screen and (min-width: 860px){
    #swipebox-bottom-bar{
        width: 92%;
        max-width: 800px;
        left: 0;
        margin: auto;
        right: 0;
    }
    div#swipebox-title{
        max-width: calc(100% - 60px);
    }
    #swipebox-close {
        right: 180px;
    }
}
@media screen and (max-width:1024px){
    a.projectBox{
       width: calc(50%);
        margin: 0;
        padding: 0px 2px;
    }
    .prTitle {
        left: 0;
        min-width: 200px;
    }
}
@media screen and (max-width:414px){
    .prTitle {
        left: 0;
        min-width: 100%;
    } 
}
@media screen and (max-width:800px){
    #swipebox-overlay img{
        max-width: calc(100vw - 60px) !important;
    }
    #swipebox-close {
        top: 110px;
        right: 30px;
    }
}