.slideOverlay, .slideshow, .slideshow_img {
    height: 100%;
    width: 100%
}

.slideshow_home_fusion_fullscreen {
	width: 100%;
	height: 100%;
	float: right;
	right: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
	top: 0px;
	background-color: #460c0e;
}
.content_home_fusion_fullscreen {
	width: 100%;
	float: left;
	position: absolute;
	top: 100%;
	z-index: 1 !important;
}


.slideshow_no_padding_bottom, .slideshow_no_padding_top {
    padding-top: 0
}
/*.slideshow .slideshow_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 1.5s ease-in-out;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out
}*/
.slideshow .slideshow_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 1.5s ease-in-out;
    pointer-events: none; /* כדי למנוע לחיצה בזמן מעבר */
    z-index: 0;
}
.slideshow .slideshow_img:first-of-type {
    opacity: 1 !important;
    transform: scale(1.01);
    z-index: 1;
}


.slideshow .slideshow_img.fade-in, .slideshow .slideshow_img:first-child {
    opacity: 1;
    transform: scale(1.01)
}
.slideshow .slideshow_img.fade-out {
    opacity: 0;
    transform: scale(1)
}
.slideshow {
    float: left;
    position: relative;
    overflow: hidden;
    visibility: visible;
    border-radius: 0
}
.slideOverlay {
    display: block;
    position: absolute;
    z-index: 2;
    background: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0)) !important;
    border-radius: 0
}
.slide_btn_container {
    width: 100%;
    float: right;
    align-items: center;
    display: flex;
    justify-content: center;
    direction: rtl
}

.slide_btn {
    width: auto;
    min-width: 180px;
    margin-top: 0;
    text-align: center;
    box-sizing: border-box;
    height: 50px;
    padding: 0 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 10px;
    margin-left: 10px
}
.slide_btn_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 0
}
.slide_btn:hover {
    box-shadow: 0 5px 5px 0 rgb(61 61 61 / 30%);
    opacity: .9
}
.slideshow_caption .sub_title, .slideshow_caption .title .text {
    width: 100%;
    float: right;
}
.slideshow_grid_section {
    width: 100%;
    float: right;
    position: relative
}
.slideshow_grid_left {
    width: 70%;
    float: left;
    height: calc(100vh - 360px); 
    position: relative;
    margin-top: 150px;
    top: 0;
    bottom: 0;
	left:15%;
	right:15%;
}
.slideshow_caption {
    width: 100%;
    float:right;
    box-sizing: border-box;
    direction: rtl;
    z-index: 3;
    display:flex;
    flex-direction: column;
    align-items: center;
    height:auto;
    left:0;
    right:0;
    position: relative;
    top: auto;
    justify-content: center;
	margin-top:30px
}


.web_buttons_container {
    margin: 10px 0 0 !important
}
.web_btn {
    font-size: 17px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 17px;
    padding-left: 17px
}
.slideOverlayLink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
    background-color: #ccc;
    cursor: pointer
}

.slideshow_caption .title, slideshow_caption .sub_title, .slideshow_caption .text {
    width: 100%;
    float: right;
}

@media (min-width:1438px) {
.slideshow_caption .title {
    font-size: 60px; 
}
.slideshow_caption .sub_title {
    font-size:38px;
    margin-bottom:25px;
}
.slideshow_caption .text {
    font-size: 19px;
	max-width:900px;
}
}

@media (max-width:1439px) and (min-width:769px) {
 .slideshow_grid_left {
    height: 600px;
	 width:calc(100% - 100px);
	 right:50px;
	 left:50px
}
.slideshow_caption .title {
    font-size:40px;  
    margin-bottom: 5px;
}
.slideshow_caption .sub_title {
    font-size:30px;   
    margin-bottom:25px;
}
.slideshow_caption .text {
    font-size:20px;  
    margin-bottom:25px;
}
}

@media (max-width:768px) and (min-width:319px) {
.slideshow_grid_left {
    height: 450px;
	margin-top:50px;
	width:100%;
	left:0;
	right:0;
}
.slideshow_caption {
    height:auto;
	margin-top:20px;
	width:90%;
	margin-right:5%;
	margin-left:5%;
}
.slideshow_caption .title {
    font-size: 30px;   
    margin-bottom: 15px;
	line-height:1.2em;
}
.slideshow_caption .sub_title {
    font-size:20px;
    
    margin-bottom:20px;
}
.slideshow_caption .text {
    font-size:20px;
    
    margin-bottom:25px;
}
.slide_btn {
    min-width: 160px;
    height: 45px;
    padding: 0 20px;
    margin-right: 5px;
    margin-left: 5px
}
.slide_btn_text {
    font-size: 19px;
    font-weight: 400;
}
}