<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#audiocaments {
    margin-top: 20px;
}
#audiocaments ul.nav {
    text-align: center;
    margin-bottom: 30px;
}
#audiocaments ul.nav &gt; li {
    float: none;
    display: inline-block;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}

.overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s ease 0s;
}
.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
    background-color: #336799;
    color: #fff;
}
.isotope-item &gt; a {
    display: inline-block;
    text-decoration: none;
}
.img-responsive {
    max-width: 200px;
}
.item-box .item-hover .overlay {
    background-color: rgba(25, 128, 182, 0.6);
}
.isotope-item &gt; a:hover .item-hover {
    opacity: 1;
}
.item-box .item-hover, .item-box .item-hover button, .item-box .item-hover a {
    color: #fff;
}
.item-box .item-hover {
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.2s ease 0s;
}
.item-box .item-hover .inner {
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 100;
}
.item-box .item-hover .inner .inner-content {
    display: block;
    left: 0;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 100;
}
.item-box {
    background: none repeat scroll 0 0 #f6f6f6;
    border-radius: 0;
    display: inline-block;
    margin: 10px 0 0;
    overflow: hidden;
    position: relative;
}
.item-box figure {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.item-box figure a {
    text-decoration: none;
}
.item-box figure img {
    margin: auto;
    width: 100%;
    position: relative;
    transition: all 0.6s ease-in-out 0s;
}
.isotope-item &gt; a:hover img {
    opacity: 0.3;
    transform: scale(1.5) rotate(10deg);
}
.item-name {
    color: #555;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
    margin: 0 0 30px;
    padding-top: 5px;
}

.description-video iframe{
    display: block;
    margin: auto;
    margin-bottom: 20px;
}</pre></body></html>