.btn-primary {
            background-image: linear-gradient(rgba(16, 152, 238, 0), rgba(0, 0, 0, 0.1));
            background-color: #1098EE;
            border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
            color: #FFF;
            text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
            border-width: medium;
            border-style: none;
            -moz-border-top-colors: none;
            -moz-border-right-colors: none;
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            border-image: none;
            border-radius: 0px;
            font-size: 12px;
            line-height: 18px;
            cursor: pointer;
            display: inline-block;
            margin-bottom: 0px;
            padding: 3px 20px;
            text-align: center;
            vertical-align: middle;
            font-family: Geneva,"Lucida Sans","Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
            -webkit-transition: background-color .5s ease;
            -moz-transition: background-color .5s ease;
            -o-transition: background-color .5s ease;
            transition: background-color .5s ease;
        }

 #iframe_code {
            opacity: 0.75;
            position: absolute;
            top: 0;
            z-index: 9999;
            /*width: 55px;*/
        }

.galleria {
    width: 100%; 
    min-height:320px; 
    height:90%;
}

.image-body {
    width: 100%; 
    height:100%;
    margin:0px;
}
.show_full.galleria .galleria-container{
    background: none;
}
.image-centering
{
    justify-content: center;
    align-items: center;
    display: flex;
}
.image-centering img
{
    max-width:100%;
    max-height:100%;
}
.audio_embed_btn{
    position: absolute;
    top:0;
    right:0;
    height:40px;
}
.other_embed_btn{
    position: absolute;
    top:0;
    left:0;
    height:35px;
}
.copied{
    background-color: #29a329;
}
.embed_code{
    position: fixed;
    top:-300px;
    z-index:-10;
}
.audio_embed_btn .embed_text{
    display: inline-block;
}
@media(max-width:480px){
    .audio_embed_btn{
        padding-left: 10px;
        padding-right: 10px;
    }
    .audio_player .mejs__horizontal-volume-slider
    {
        opacity: 0;
    }
    .audio_player .mejs__controls
    {
        width: 100%;
    }
}
@media(max-width:400px){
    
    .audio_player .mejs__controls
    {
        width: 305px;
    }
}
@media(max-width:310px){
    
    .audio_embed_btn .embed_text{
        display: none;
    }
}