﻿#video-component {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.custom-width {
    width: 200px
}

.custom-hidden {
    display: none;
}

#geoloc-index {
    height: 100%;
    width: 100%;
    border: none;
    min-height: 400px;
}