﻿.search-box {
    display: inline-flex;
    align-items: center;
    border: 2px solid white;
    border-radius: 25px;
    padding: 8px 20px;
    margin-top: 20px;
    font-size: 18px;
    color: white;
    background-color: transparent;
    gap: 10px;
}

    .search-box i {
        font-size: 20px;
    }

.video-fluid {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.video-large {
    max-width: 100%;
    height: 320px; 
    width: 100%;
}

@media (max-width: 768px) {
    .video-large {
        height: auto;
    }
}

