.multimedia_banner {
    position: absolute;
    width: 100%;
    background: #0a407d;
    top: 50%;
    bottom: 0;
}
#carousel-custom {
    margin-top:  10px;
    width: 100%;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: 25%;
    border: 0 none;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
.carousel-control.left {
    background: url(/Files/App_002/Images/left.png) no-repeat center;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 20px;
    margin-top: -60px;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.carousel-control.left:hover {
    background: url(/Files/App_002/Images/left_activ.png) no-repeat center;
}
.carousel-control.right {
    background: url(/Files/App_002/Images/right.png) no-repeat center;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 20px;
    margin-top: -60px;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.carousel-control.right:hover {
    background: url(/Files/App_002/Images/right_activ.png) no-repeat center;
}

@media (max-width: 767px) {
  .carousel-inner>.item iframe {max-height: 300px;}
  .carousel-control {top: 65%!important;}
}


