/*
Theme Name:   MediCenter Child
Theme URI: https://1.envato.market/medicenter-responsive-medical-wordpress-theme
Description:  MediCenter Child Theme
Author: QuanticaLabs
Author URI: https://1.envato.market/quanticalabs
Template:     medicenter
Version:      1.2
Text Domain:  medicenter
*/



.header-left img { 
    max-width: 200px !important;      
}




/*  ¦¦¦¦¦¦¦¦¦¦¦¦¦  Globální pojistka  ¦¦¦¦¦¦¦¦¦¦¦¦¦  */
html,body {
    margin: 0 !important; 
    padding: 0 !important; 
    overflow-x:hidden !important;  
    width:100% !important;      
}

/*  ¦¦¦¦¦¦¦¦¦¦¦¦¦  slider přes celou šířku  ¦¦¦¦¦¦¦¦¦¦¦¦¦  */
#hero-slider{
    margin:0 !important; 
    padding:0 !important;        
    overflow:hidden !important; 
    width:100% !important;                     
}

/*  samotný iframe */
#hero-slider iframe{
    display:block;                         
    width:100% !important;                             
    height:690px;                         
    max-height:100vh;                      
    border:none;
    aspect-ratio: 16 / 9;
}

/* ¦¦¦¦¦¦¦¦¦¦¦¦¦  Responzivní výšky slideru  ¦¦¦¦¦¦¦¦¦¦¦¦¦ */

/* Telefony na výšku */
@media screen and (max-width: 480px) {
    #hero-slider iframe {
        height: 240px;
    }
}

/* Telefony na šířku a malé tablety */
@media screen and (min-width: 481px) and (max-width: 767px) {
    #hero-slider iframe {
        height: 320px;
    }
}

/* Tablety a malé notebooky */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #hero-slider iframe {
        height: 480px;
    }
}

/* Větší obrazovky (výchozí výška zůstává) */
@media screen and (min-width: 1025px) {
    #hero-slider iframe {
        height: 690px;
    }
}