﻿#v-galeria{
    width:75%;
    margin:auto;
}
    #v-galeria select {
        width: 100%;
        background: var(--SECONDARY);
        padding: 0.75em;
        border: none;
        border: none !important;
        outline: none !important;
        font: 600 16pt 'visbycf-light';
    }

#slider .carousel-inner {
    max-height:auto!important;
}

#slider {
    border-radius: 5px;
}

.carousel-inner img {
    margin: auto !important;
}

@media screen and (min-width:240px) and (max-width: 1023px) and (orientation:portrait) {

   #v-galeria{
       width:100%!important;
   }
    .selection-galeria{
        padding:0.39em!important;
    }
}
