@media(max-width: 1600px){
                      body{
                          zoom: 0.9;
                      }
}
@media(max-width: 1352px){
    .podcast-card .d-flex {
        flex-wrap: wrap;
    }
    .podcast-card-media,.podcast-card-content{
        width: 100%;
    }
    .podcast-card-content {
        padding: 15px 20px;
    }

}

@media (max-width: 980px) {
    body{
        zoom: 0.8;
    }
    .testimonial-section .container-fluid{
        max-width: 105%;
    }
    .hero-slide .image-background {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        transform: none !important;
        background-size: cover !important;
        background-position: right  !important;
        bottom: 30vh !important;
        min-height: 61vh !important;
    }
    .slide-content {
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        top: auto;
        bottom: 10vw;
        transform: none;
        position: absolute;
    }
    .hero .nav{
        top: 70%;
        text-align: right;
        width: 100%;
        /*display: block;*/
    }
    .slide-content h2 {
        font-size: 1.8rem;
    }
    .slide-content p {
        max-width: 420px;
        font-size: 15px;
    }
    .listings-container a{
        flex: 0 auto;
        height: 42px;
        padding: 7px 18px 7px 42px;
    }
    .listings-container a span{
        display: none;
    }
    .top-podcast .podcast-card{
        margin: 20px;
    }
    .podcast-card-media img{
        height: 250px;
    }
    .episode-hero-content h1 {
        font-size: 30px;
    }
    .episode-hero-content h4 {
        width: 100%;
        font-size: 18px;
    }
    .testimonial-section .container-fluid{
        max-width: 100%;
    }
    .slick-next {
        right: 0;
    }
    .slick-prev {
        left: 0;
    }
 
    .episode-player {
     position: relative;
    }
    section.hero.hero-episode {
        min-height: 550px;
        height: 100vh;
    }
    .wisdom-viral p {
        font-size: 16px;
    }
    .about {
        text-align: center;
    }
    .about .heading_line{
        margin: 40px auto 20px auto;
    }
    .collaboration-podcast {
        width: 100%;
        left: 0;
    }
    .collaboration-podcast .slick-arrow.slick-next{
        right: 0;
    }
    .blog-flex{
        flex-wrap: wrap;
    }
    .blog-slider {
        width: 100%;
        margin-left: 0;
    }
    .blog-content {
        padding: 40px;
        width: 100%;
    }
    .newsletter{
        text-align: center;
    }
    .newsletter_form .cf7-newsletter{
        margin: 0 auto;
    }
    .newsletter_form .wpcf7 form .wpcf7-response-output{
        margin: 0 auto !important;
        right: 0;
        left: 0;
    }
    .newsletter_form .wpcf7-spinner {
        position: absolute;
        top: 13px;
        /*right: -45px; */
    }
    .hero-slide.slick-current .slide-content .btn{
        font-size: 12px;
        padding: 8px 18px;
    }
}
@media (max-width: 780px) {
   
    .wisdom-viral {
        background-size: 200vw;
        background-position: -33.33vw center;
        height: 125vw;
        padding: 33vw 10vw;
    }
    .viral-background {
        width: 25vw;
        height: 25vw;
    }
    .viral-background#photo1 {
        left: 25vw;
    }
    .viral-background#photo2 {
        left: 50vw;
    }
    .viral-background#photo3 {
        right: 0;
        left: auto;
    }
    .viral-background#photo13 {
        left: 25vw;
    }
    .viral-background#photo14 {
        left: 50vw;
    }
    .viral-background#photo15 {
        right: 0;
        left: auto;
    }
    .viral-background#photo4,
    .viral-background#photo5,
    .viral-background#photo6,
    .viral-background#photo7,
    .viral-background#photo8,
    .viral-background#photo9,
    .viral-background#photo10,
    .viral-background#photo11,
    .viral-background#photo16,
    .viral-background#photo17 {
        display: none;
    }

    #header .navbar-brand img{
        width: 70px;
    }
    .page-simple-banner .container {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d1d1d1;
    }
    .pp-player .iru-tiny-player  .icon {
        width: 60px;
        height: 60px;
    }
    .pp-player .iru-tiny-player .song-main-info{
        display: none;
    }
    .pp-player .iru-tiny-player{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pp-player:after{
        display: none;
    }
    .feature-podcast h3 {
        font-size: 2.2rem;
    }
    .feature-podcast p {
        font-size: 16px; 
        line-height: 30px;
    }
    #podcast_list .podcast-card-media {
        position: relative;
        width: 100%;
    }
    #podcast_list .podcast-card-content {
        padding: 30px;
        width: 100%;
    }
    .all-press-section .media-col {  
        flex-direction: column;
    }
    .media_site_heading{
        width: 100%;
    }
    .all-press-section .btn {

        position: relative;
        right: 0;
        width: 100%;

    }
    .media_logo_link {
        right: 0;
        position: relative;
        width: 100%; 
    }
}

@media (max-width: 560px) {
    #header .navbar-brand img{
        width: 60px;
    }
    .listings-container{
        gap: 5px;
    }
    .hero .nav {
        top: 60%;
    }

}