.video-gallery-section{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-bottom: 20px;
    margin-top: 20px;
}

.drone-videos{
    border-radius: 45px;
    border: 0px;
    padding: 10px;
}

@media only screen and (max-width: 500px) {
    .video-gallery-section{
        flex-wrap: wrap;
    }
}