.lightbox_arrow {
    color: #FFF;
    font-size: 50px;
    padding: 0 30px;
    position: absolute;
    z-index: 99999;
}
.lightbox_arrow.left-arrow {
	left: 100px;
}
.lightbox_arrow.right-arrow {
	right: 100px;
}
@media only screen and (max-width:600px){
	.ti-block-section.reverse-layout .ti-block-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .ti-block-section.reverse-layout .left-mobile {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .lightbox_arrow.left-arrow {
        left: 0px;
    }
    .lightbox_arrow.right-arrow {
        right: 0px;
    }
}