﻿.bg-grenade {
    width: 100%;
    height: 100%;
}

.bg-grenade::before {
        background-image: url('../img/AutomationEquipment/40MM Chamber Guage/chamber-gage1.svg');
        -webkit-filter: brightness(20%); /* Safari 6.0 - 9.0 */
        filter: brightness(20%);
        content: "";
        width: 100%;
        height: 100%;
        position:absolute;
        background-size: cover;
    }

.bg-driveshaft {
    width: 100%;
    height: 100%;
}

    .bg-driveshaft::before {
        background-image: url('../img/AutomationEquipment/Balancer-Drive Shaft/balancer3.svg');
        -webkit-filter: brightness(20%); /* Safari 6.0 - 9.0 */
        filter: brightness(20%);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
    }

.bg-roller {
    width: 100%;
    height: 100%;
}

    .bg-roller::before {
        background-image: url('../img/AutomationEquipment/Conveyor Roller Assm/c1.svg');
        -webkit-filter: brightness(20%); /* Safari 6.0 - 9.0 */
        filter: brightness(20%);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
    }

.bg-belt {
    width: 100%;
    height: 100%;
}

    .bg-belt::before {
        background-image: url('../img/AutomationEquipment/Conveyor Belt Assm/introlox1.svg');
        -webkit-filter: brightness(20%); /* Safari 6.0 - 9.0 */
        filter: brightness(20%);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
    }

.bg-wood {
    width: 100%;
    height: 100%;
}

    .bg-wood::before {
        background-image: url('../img/AutomationEquipment/High Speed Wood Assm/beehive1.svg');
        -webkit-filter: brightness(20%); /* Safari 6.0 - 9.0 */
        filter: brightness(20%);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
    }

.bg-inkjet {
    width: 100%;
    height: 100%;
}

    .bg-inkjet::before {
        background-image: url('../img/AutomationEquipment/Inkjet/inkjet2.svg');
        -webkit-filter: brightness(20%); /* Safari 6.0 - 9.0 */
        filter: brightness(20%);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
    }

.bg-leancell {
    width: 100%;
    height: 100%;
}

    .bg-leancell::before {
        background-image: url('../img/AutomationEquipment/Lean Cell Assm/hub-station1.svg');
        -webkit-filter: brightness(20%); /* Safari 6.0 - 9.0 */
        filter: brightness(20%);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
    }

.bg-rfwelding {
    width: 100%;
    height: 100%;
}

    .bg-rfwelding::before {
        background-image: url('../img/AutomationEquipment/RF Welding/tube-welder2.svg');
        -webkit-filter: brightness(20%); /* Safari 6.0 - 9.0 */
        filter: brightness(20%);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
    }

.bg-sawtable {
    width: 100%;
    height: 100%;
}

    .bg-sawtable::before {
        background-image: url('../img/AutomationEquipment/Saw Table/saw-table1.svg');
        -webkit-filter: brightness(20%); /* Safari 6.0 - 9.0 */
        filter: brightness(20%);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
    }

.bg-silicone {
    width: 100%;
    height: 100%;
}

    .bg-silicone::before {
        background-image: url('../img/AutomationEquipment/Silicone Injection/injection-station.svg');
        -webkit-filter: brightness(20%); /* Safari 6.0 - 9.0 */
        filter: brightness(20%);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
    }

.bg-ultrasonic {
    width: 100%;
    height: 100%;
}

    .bg-ultrasonic::before {
        background-image: url('../img/AutomationEquipment/Ultrasonic Welder/ultrasonic-welder1.svg');
        -webkit-filter: brightness(20%); /* Safari 6.0 - 9.0 */
        filter: brightness(20%);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
    }

.card-body:hover::before{
    filter:brightness(50%);
}

.carousel-item img{
    margin:auto;
}

.card-block:hover::before{
    filter:brightness(50%);
}

.card-block{
    height:20vh;
    width:15vw;
}
.height-60{
    height:60vh;
}

.mw-60 {
    max-width: 60vw;
}

.mt-10{
   margin-top:10%;
}

.w-15{
    width:15%;
}

.w-20{
    width:20%;
}

.cml-2{
    margin-left:.02vw;
}
/* control image height */
.card-img-top-250 {
    max-height: 250px;
    overflow: hidden;
}

/* smoother transitions */
.carousel-inner > .carousel-item.next.left,
.carousel-inner > .carousel-item.prev.right
{
    transition: all 1s ease;
}

.card{
    background-color:transparent;
}
.card-deck{
    padding-top:2vh;
}

.cpt-2{
    padding-top:1vh;
}

.card-title {
    color: ghostwhite;
    width: 75%;
    text-align: center;
    top: 50%;
    left: 13%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.selected-card {
    border-color:#c0c0c0;
    border: 3px solid;
}