/*
Aleksei Spirin
spirin.aleksei.yurevich@gmail.com
18.02.2018
*/
@media screen and (max-width:414px){
#myCarousel a:hover
{
    color: white;
    text-decoration: none;
}
#myCarousel a
{
    text-shadow:    black 2px 2px 0,    black -2px -2px 0, 
                    black -2px 2px 0,   black 2px -2px 0;
        color: #fff !important;
}
#myCarousel .carousel-caption
{
    pointer-events: none;
}
#myCarousel img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

}
