/* For devices with a minimum width of 768px (Medium) */
@media screen and (max-width: 768px) {
    .photo-gallery-section .nav-arrows,
    .video-works-section .nav-arrows
    {
        justify-content: center;
    }
}

/* For devices with a minimum width of 992px (Large) */
@media screen and (min-width: 992px) {

}