﻿body {
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.alert-row {
    margin-top: 1rem;
}

#nws-alert {
    display: none; /* start hidden */
}

    #nws-alert a:hover {
        text-decoration: none;
    }

/* Default: apply max-width on large screens */
.responsive-figure {
    max-width: 33vw;
}

/* Responsive override: full-width on small screens */
@media (max-width: 576px) {
    .responsive-figure {
        float: none !important;
        margin-left: 0 !important;
        max-width: 100% !important;
    }

        .responsive-figure img {
            width: 100%;
            height: auto;
        }
}

@media (max-width: 800px) {
    #usgs-flow {
        text-align: left !important;
    }

    #nwsAlertModal .modal-dialog {
        max-width: 95%;
        margin: 1rem auto;
    }
}

