.carousel.banners {
    background-color: #183255;
}

.carousel .watch-video-buttom {
    background-color: rgba(55, 165, 214, 70%);
    padding: 1rem;
    text-align: center;
    color: #FFF;
    opacity:0.7;
	filter: alpha(opacity=70);
}

.carousel .watch-video-buttom:hover {
    background-color: #FFF;
    color: #37A5D6;
    opacity: 1.0;
    filter: alpha(opacity=100);
    background-color: rgba(255, 255, 255, 100%);
}

.carousel .watch-video-buttom::after {
    content: url('../images/2_arrow_w.png');
    margin-left: 5px;
}

.carousel .watch-video-buttom:hover::after {
    content: url('../images/2_arrow_b.png');
    margin-left: 5px;
}

.carousel .carousel-caption p {
    background: linear-gradient(rgba(0, 70, 147, 0.60), rgba(0, 70, 147, 0.60));
}

.carousel .carousel-caption p a {
    color: #FFF;
    text-decoration: none;
    border-radius: 6px;
}

.carousel .carousel-caption p {
    font-size: 16pt;
}

.carousel .carousel-item img {
    object-fit: fill;
    min-height: 310px;
}

.carousel .carousel-title {
    color: #004693;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 1rem;
}

#hotspot1, #hotspot2 {
    z-index: 1001;
	display: block;
 	width: 10%;
	height: 10%;
	position: absolute;
    border-radius: 6px;
}

#hotspot1:hover, #hotspot2:hover {
    opacity: 0.6;
    background-color: #FFFFFF60;
    border: 1px solid #FFF;
}

#hotspot1 {
    top: 59%;
    left: 70%;
}

#hotspot2 {
    top:70%;
    left: 70%;
}