html, body {
    /* Foreground, Background */
    scrollbar-color: #999 #333;

    ::-webkit-scrollbar {
        width: 10px; /* Mostly for vertical scrollbars */
        height: 5px; /* Mostly for horizontal scrollbars */
    }

    ::-webkit-scrollbar-thumb { /* Foreground */
        background: #2a2a2a;
    }
    ::-webkit-scrollbar-track { /* Background */
        background: #1a1a1a;
    }
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (min-width: 1025px){
    .masthead.ported {
        position: relative;
        z-index: 20;
        margin-top: -450px;
        color: white;
        background: none !important;
    }

    .masthead.ported .lead {
        color: #efefef !important;
    }

    .masthead.ported .btn {
        border-color: white;
        color: white;
    }

    .masthead.ported .logo {
        filter: invert(100);
    }
}

.cursor-pointer {
    cursor: pointer;
}


.alips.info .row .font-alt {
    font-size: 1.3rem;
    font-weight: light;
}

.alips .nice_image {
    border-radius: 12px;
}

.alips .items .item {
    margin-bottom: 80px;
}

.alips .items .link {
    text-decoration: none;
    color: #222;
}

.alips .items .item .img {
    position: relative;
    z-index: 1;
    width: 100%;    
    height: auto;
    transition: all .3s;    
}

.alips .items .item:hover .img {    
    transform: scale(1.1);
}

.alips .items .item .name {
    position: relative;
    z-index: 2;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;    
    text-decoration: inherit;
}

.alips .items .item .info {
    display: none;
}


.alips .detail .image_holder {
    border: 0px solid darkgrey;
    margin-bottom: 20px;
}

.alips .detail .image_holder .img {
    position: relative;
    z-index: 1;
    width: 100%;    
    height: auto;
    transition: all .3s;
}

.alips .detail .preview_image {
    width: calc(100% / 3 - 15px);
    height: auto;
    padding: 10px;
    /* border: 1px solid darkgrey; */
}

.alips .detail .preview_image img {
    width: 100%;
    height: auto;
}

.alips .detail .article_info {
    color: grey;
}

.alips .detail .description p {
    line-height: 1.8;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
}