/*
Theme Name: Adara Child
description: Client Theme - Adara
Template: adara-parent
Version: 1.0.0
Text Domain: adara-child
Author: BCW
*/

.content-section .content-row {
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .banner-section .image img {
        min-height: 120px; 
}
}
@media screen and (max-width: 767px){
.video-section {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.video-section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}
