﻿.brand-intro-panel {
    display: flex;
    flex-direction: row;
    background-color: rgb(246, 245, 241);
}

    .brand-intro-panel .mainImage {
        width: 100%;
        padding: 0;
        margin-top: 2vw;
        margin-bottom: 1vw;
    }

.brand-intro-subpanel {
    width: 45%;
}

.brand-intro {
    margin-left: 2vw;
    margin-right: 1vw;
}

.brand-gallery {
    margin-left: 1vw;
    margin-right: 2vw;
}

.brand-info {
    letter-spacing: 0.02rem;
}

.brand-logo {
    width: 100%;
    padding: 10%;
}

    .brand-logo img {
        width: 100%;
    }

.flickity-viewport {
    height: 300px;
}

#galleryImage {
    height: 200px;
    padding: 0 1.25vw;
}

.mainImage {
    height: 40vw;
}

.mainImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    padding: 1vw; /*Modified in place of jQuery*/
}

#vid-player {
    display: block;
    width: 100%;
    max-width: 640px;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
}

.gallery {
    opacity: 0.6;
}

.active {
    opacity: 1;
}

#MobileGalleryCarousel.carousel {
    height: 60vh;
    width: 80%;
    margin: auto;
}

#MobileGalleryCarousel .flickity-viewport {
    height: 100%;
}

#MobileGalleryCarousel .carousel-cell {
    width: 100%;
    height: 100%;
}

#MobileGalleryCarousel img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1280px) {
    .mainImage img {
        padding: 1em;
    }

    #vid-player {
        max-height: 300px;
        height: 25vw;
    }

    .brand-intro-panel .mainImage {
        margin-bottom: 1.5vw;
        margin-bottom: 5vw;
    }
}

@media only screen and (max-width: 768px) {
    .brand-intro {
        width: 100%;
        margin: 0 2vw;
    }

    .brand-info {
        margin-top: 10vw;
    }

    .brand-gallery-mobile {
        display: block !important;
    }

    .brand-gallery {
        display: none;
    }

    #vid-player {
        max-width: 400px;
        height: 200px;
        margin-bottom: 10vw;
    }
}
