﻿.slide-tv {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
}

/* Slideshow container */

/* Hide the images by default */

.mySlides {
    border-radius: 10px;
    display: none;
}


/* Caption text */

.text {
    bottom: 8px;
    color: var(--s-light);
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.active, .dot:hover {
    background: var(--s-light-gray);
}

/* Fading animation */

.fade {
    animation-duration: 2s;
    animation-name: fade;
}

.image-slide { }

@keyframes fade {
    from { opacity: 0.6 }

    to { opacity: 1 }
}

.title-slider {
    display: inline-block;
    position: absolute;
    right: 250px;
    top: 20%;
}

.banner-tag {
    background: var(--s-white);
    border-radius: 10px;
    color: var(--s-black);
    display: inline-block;
    font-size: 18px;
    margin: 5px;
    padding: 8px;
    text-align: center;
}

.banner-header-white {
    border-radius: 10px;
    color: var(--s-white);
    margin: 10px auto;
    padding: 10px 0;
}

.more-information {
    background: var(--s-white);
    border-radius: 10px;
    color: var(--s-black);
    display: inline-block;
    margin-bottom: 20px; 
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.text-banner {
    margin-right: 50px; 
}