/* Custom CSS generated to remove inline styles from index.php */

.panel-rounded {
    border-radius: 8px;
}

.mobile-ban-link {
    display: block;
    position: relative;
    z-index: 10;
}

.w-100-percent {
    width: 100%;
}

.video-btn-container {
    margin-top: 15px;
    margin-bottom: 25px;
}

.btn-prism-video {
    background-color: #97144d;
    color: #ffffff;
    border-radius: 5px;
}

.btn-prism-video:hover,
.btn-prism-video:focus {
    color: #ffffff;
    opacity: 0.9;
}

.bridge-gif {
    width: 500px;
    height: 397px;
}

.custom-d-none {
    display: none;
}

/* Fallback adjustments for responsive views just in case */
@media only screen and (max-width: 767px) {
    .bridge-gif {
        width: 100%;
        height: auto;
    }
}