.glide__track{
    max-height: 100% ;
}

@media (max-width: 768px) {
    .glide__track{
        max-height: 110% ;
    }
}