@media only screen and (max-width: 1440px) {
	
    .top_banner > img {
    position: absolute;
    width: 600px;
    object-fit: contain;
    /* height: 100%; */
    object-position: 50% 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
    
    .top_banner {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
    max-height: 820px;
}
    
}

@media only screen and (max-width: 1366px) {

    .flex_grid {
    display: grid;
    display: grid;
    grid-template-columns: 50% 45%;
    gap: 5%;
}
    
    .flex_grid .image{
        
         max-height: 600px;
        
    }
    
       
    
h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 24px;
}
    
    .top_banner a, .black_strip a {

    padding: 7px 30px;

}
    
}


@media only screen and (max-width: 1024px) {
	
    .black_strip {
    display: block;
    background: #000;
    padding: 30px 0 100px 0;
    position: relative;
}
    
    
    .silver_strip {
    display: block;
    background: #e5e5e5;
    padding: 30px 0 100px 0;
    position: relative;
}
    
        .flex_grid {
        display: grid;
        display: grid;
        grid-template-columns: 100%;
        gap: 30px;
    }
    
   body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 150px;
}
    .dual_links a:first-child{display:none;}
    #copyright {
    display: block;
    text-align: center;
    background: #000;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    line-height: 25px;
}
    #copyright a{display:block ;text-align: center;}
    .flex_grid .image{height:250px;}
    
    input#gform_submit_button_1 {
    border: none !important;
    color: #000;
    background: #f1b869;
    padding: 5px 30px;
    border-radius: 50px 0;
    display: inline-block;
    margin-top: 0px;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
}
    
    .wave_white {
    background: url(https://souldynestyband.co.uk/wp-content/uploads/2026/05/wave_white.fw_.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-size: cover;
    background-position: center left;
    z-index: 0;
}
    
    .book_now {
    padding: 30px 0 80px 0;
    background: #fff;
    display: block;
    position: relative;
}
    
    .media .grid a {
        position: relative;
        height: 200px;
        border-radius: 10px;
        overflow: hidden;
        aspect-ratio: 1 / 1;
        margin:0 auto;
    }
    
    .media {
    display: block;
    padding: 30px 0px 0 0;
    text-align: center;
}
    .video_grid{
           display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px; /* Adjust the gap between grid items as needed */
        margin-top:30px;
        
        
    }
    .media .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
    
    .wavey {
        background: url(https://souldynestyband.co.uk/wp-content/uploads/2026/05/svg-e1778837449803.png);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90px;
        background-size: cover;
        background-position: center;
        bottom: -90px;
        z-index: 2;
    }
    
    
    
    
    .black_wave {
    background: url(https://souldynestyband.co.uk/wp-content/uploads/2026/05/wave_2.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-size: cover;
    background-position: center left;
    z-index: 0;
}
    
    .silver_wave {
    background: url(https://souldynestyband.co.uk/wp-content/uploads/2026/05/wave_sliver.fw_.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-size: cover;
    background-position: center left;
    z-index: 0;
}
    
    h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
}
    
    .wrapper{max-width:90%!important;}
    
    h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px;
}
    
    .top_banner {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        max-height: 100%;
        min-height:700px;
    }
    
  
    header{display:none!important;}
    
    .mobile_top {
        display: block !important;
        width: 100%;
        background: #000;
        text-align: left;
        position: relative;
        padding-left: 30px;
        height: 130px;
    }
    .mobile_top img {
        width: 150px;
        border-radius: 50%;
    }
    .black_strip.first .inside_logo {
    width: 270px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    border-radius: 50%;
    margin-top: -30px;
    display: none;
}
    
    .top_banner > span {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0);
        display: block;
        padding: 05%;
        padding: 90px 5% 300px 5%;
    }
    
        .top_banner > img {
        position: absolute;
        width: 100%;
        object-fit: contain;
        /* height: 100%; */
        object-position: 50% 50%;
        bottom: 0;
        left: 49%;
        transform: translateX(-50%);
    }
    
    
}