/* COPYRIGHT: Selective Intellect LLC
 * DATE: 21 July 2022
 */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

img.aff-img-small {
    width: 100px !important;
    max-width: 100px;
    min-width: 50px
}

.carousel .carousel-indicators button {
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.product-title {
    font-size: 1.1em;
}

p.product-description {
    font-size: 0.9em;
}

.x-small {
    font-size: 0.8em;
}
.carousel-image {
    width: 500px;
    height: auto;
    max-height: 500px;
}
video {
    width: 320px;
    height: auto;
    max-height: 480px;
}

@media (max-width: 768px) {
    img.aff-img-small {
        width: 60px !important;
        max-width: 60px;
        min-width: 30px
    }
    .carousel .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    p.product-description {
        font-size: 0.6em;
    }
    .product-title {
        font-size: 0.8em;
    }
    .x-small {
        font-size: 0.5em;
    }
    .carousel-image {
        width: 400px;
        height: auto;
        max-height: 400px;
    }
    video {
        width: 200px;
        height: auto;
        max-height: 320px;
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
