/* All devices */
.text-back-dark {
    background-color: #2a2a2a;
}
.text-back-carousel {
    background-color: #434343;
    padding: 0.2em;
}
.text-carousel-stroke {
    -webkit-text-stroke: 2px #000; /* #434343; */
    font-size: 1.4em!important;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #start-imgs-mobile {
        display: block;
    }
    #start-imgs {
        display: none;
    }
    #start-imgs-boxs-mobile
     {
        display: block;
     }
    #start-imgs-boxs
    {
        display: none;
    }
    #start-carousel {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #start-imgs-mobile {
        display: none;
    }
    #start-imgs {
        display: block;
    }
    #start-imgs-boxs-mobile
     {
        display: none;
     }
    #start-imgs-boxs
    {
        display: block;
    }
    #start-carousel-mobile {
        display: none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}

