gwd-transitiongallery{
    display:block;
    touch-action:none
}

gwd-transitiongallery>gwd-gallerynavigation{
    position:absolute;
    height:86px;
    bottom:-50px;
    width:100%
}

gwd-transitiongallery>gwd-gesture{
    position:absolute;
    height:auto;
    top:0;
    bottom:0;
    width:100%
}

gwd-transitiongallery[disable-gesture]>gwd-gesture{
    display:none
}

gwd-transitiongallery[has-navigation]>gwd-gesture{
    bottom:32px
}