
@media only screen and (max-width:1399px){

.podcast_inner_inner .podcast-cards {
    margin-top: -80px;
    padding: 0 20px;
}

.podcast_inner_inner .latest_podcast {
    padding: 0 20px;
}

.podcast_inner_inner .info_section.pb-5 {
    padding: 0 20px;
}

}


@media only screen and (max-width:991px){
.sidebar{ transform:translateX(-100%); }
body.sidebar-open .sidebar{ transform:translateX(0); }
.visual_content{ margin-left:0; }
}

/*large-laptop-screen-start*/
@media only screen and (min-width: 1400px) and (max-width: 1600px){

}
/*large-laptop-screen-end*/


/*laptop-screen-start*/
@media only screen and (min-width: 1200px) and (max-width: 1399px){

}
/*laptop-screen-end*/


/*mini-laptop-screen-start*/
@media only screen and (min-width: 992px) and (max-width: 1199px){

}
/*mini-laptop-screen*/


/*tablet-start*/
@media only screen and (min-width: 768px) and (max-width: 991px){

}
/*tablet-end*/


/*mobile-screen-start*/
@media only screen and (min-width: 300px) and (max-width: 767px){

}
/*mobile-screen-end*/