/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
body
{
/*   padding:4%;
  background:#003399; */
/*   text-align:center; */
}
/* .top-to-bottom .carousel-inner {
  height: 100%;
}

.carousel.top-to-bottom .item {
   -webkit-transition: 0.10s ease-in-out top;
   -moz-transition: 0.10s ease-in-out top;
   -ms-transition: 0.10s ease-in-out top;
   -o-transition: 0.10s ease-in-out top;
   transition: 0.10s ease-in-out top;
}

.carousel.top-to-bottom .active {
   top: 0;
}

.carousel.top-to-bottom .next {
   top: 400px;
}

.carousel.top-to-bottom .prev {
   top: -400px;
}
.carousel.top-to-bottom .item {
   left: 0;
}
#my_text_slider
{
    text-transform:uppercase;
    color:#fff;
    font-size:5em;
    height: 100%;
    font-family: inherit;
}
.top-to-bottom #my_text_slider .item {
	text-align: center !important;
}
#myCarousel{
	position: relative;
}
.textContent h2 {
    position: absolute;
    left: -30%;
    right: 0%;
    transform: translate(-50%, 0%);
    margin: auto;
    top: 40%;
    background: #00000045;
    padding: 15px 0px;
    width: 460px;
} */