.overlay-text {
    margin-top:20px;
    color: #51a5c6;
    font-size: 20px;
    text-align:center;
}

.btn-group {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 10px; 
}

.btn {
    white-space: nowrap; 
    padding: 10px 20px;
    font-size: 16px; 
}
.video-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
.video-container iframe {
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .btn-group {
        flex-direction: row; 
    }

    .btn {
        width: auto; 
        margin-bottom: 10px; 
    }
}

@media (max-width: 425px) {
    .btn-group {
        flex-direction: row; 
    }

    .btn {
        width: auto; 
        margin-bottom: 10px; 
    }
}

@media (max-width: 320px) {
    .btn-group {
        flex-direction: row; 
    }

    .btn {
        width: auto; 
        margin-bottom: 10px; 
    }
}
