
.carousel-control-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    color: #1489d3;
}

.video {
    padding-bottom: 100%;
    position: relative;
}

.video iframe {
    height: 100%;
    width: 85%;
    left: 0;
    top: 0;
    position: absolute;
}

.video-home {
    max-height: 350px;
}

.middle {
    transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.thumbnail-text {
    font-size: 1.5rem;
    padding: 4px 10px;
    background-color: #1489d3;
}
