.play-btn::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 28px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 28px solid;
    top: 50%;
    left: 50%;
    color: #ea5455;
    margin-left: -14px;
    margin-top: -16px;
    z-index: 2;
}

.play-btn::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 55px;
    height: 55px;
    background: #ffffffe3;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    color: #ea5455;
    margin-left: -32px;
    margin-top: -29px;
    z-index: 1;
}


.close-detail {
    position: absolute;
    right: 33px;
    top: 20px;
    z-index: 2;
    color: #0E4CF9;
    font-size: 60px;
    line-height: 20px;
    cursor: pointer;
    padding: 10px;
}

.prodeje.type-prodeje:hover .nazev-block, .nabidka.type-nabidka:hover .nazev-block, .videoprohlidky.type-videoprohlidky:hover .nazev-block {
    height: 100%;
    margin: 0;	
	position: absolute;
	left: 0;
	top: 0;
    border-radius: 10px;
}

.prodeje.type-prodeje .nazev-block .elementor-widget-container, .nabidka.type-nabidka .nazev-block .elementor-widget-container, .videoprohlidky.type-videoprohlidky .nazev-block .elementor-widget-container {
    height: 29px;
	position: absolute;
	bottom: 0;
    width: 95%;
    margin: -29px 10px 0px 10px;
    padding: 01px 0px 1px 0px;
    background-color: var( --e-global-color-51b2ee2 );
    border-radius: 08px 8px 0px 0px;
}

.prodeje.type-prodeje:hover .nazev-block .elementor-widget-container, .nabidka.type-nabidka:hover .nazev-block .elementor-widget-container, .videoprohlidky.type-videoprohlidky:hover .nazev-block .elementor-widget-container {
    height: 100%;
    width: 100%;
    margin: 0;	
    border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
    z-index: 3;
}

.prodeje.type-prodeje .elementor-widget-image, .nabidka.type-nabidka .elementor-widget-image, .videoprohlidky.type-videoprohlidky .elementor-widget-image {
	margin-bottom: 0px;
}


.prodeje.type-prodeje:hover .nazev-block .elementor-widget-container h2, .nabidka.type-nabidka:hover .nazev-block .elementor-widget-container h2, .videoprohlidky.type-videoprohlidky:hover .nazev-block .elementor-widget-container h2 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.elementor-message.elementor-message-success {
    text-align: center;
    margin-top: 30px;
}

.hero-section {
	position: relative;
}

.hero-section::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #0e1b2b 2%, rgba(255,255,255,0) 37%);
}

.slick-slide img {
    max-height: 80vh;
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
}
