.fullwidth_carousel {
width: 100%;
margin-bottom: 10px;
overflow:hidden;
position: relative;
}
.fullwidth_carousel .bx-wrapper {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border-width: 0;
background: transparent;
margin: 0;
}
.fullwidth_carousel li {
width:100% }
.fullwidth_carousel .slide {
justify-content: center;
overflow: hidden;
position: relative;
width:100%;
background-size: cover;
background-position: center;
}
.fullwidth_carousel .slide .container {
z-index: 1
}
.fullwidth_carousel .slide .image-slide {
position: absolute;
top:0; left:0;
bottom:0; right:0;
object-fit: cover;
width: 100%;
height: 100%;
} .fullwidth_carousel .bx-wrapper .bx-controls-direction a {
height: 50px;
width:50px;
line-height: 54px;
margin-top: -25px;
background-color: rgba(53,69,52,0.68);
transition: color .5s;
display: block;
text-indent: unset;
z-index:8;
color: #C8BFA1;
font-size: 30px;
text-align: center;
cursor: pointer;
text-decoration: none
}
.fullwidth_carousel .bx-wrapper .bx-controls-direction a.disabled {
opacity: 0;
}
.fullwidth_carousel .bx-wrapper .bx-controls-direction a:hover,
.fullwidth_carousel .bx-wrapper .bx-controls-direction a:focus {
color: #fff;
text-decoration: none;
}
.fullwidth_carousel .bx-wrapper .bx-prev {
left: 30px;
background: none;
}
.fullwidth_carousel .bx-wrapper .bx-next {
right: 30px;
background: none;
}
@media  only screen and (max-width:767px) {
.fullwidth_carousel .slide {
height:calc(39vw);
}
.home .fullwidth_carousel .slide {
height:300px;
}
.fullwidth_carousel .slide .header-block-content {
padding:14px 20px 20px 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
.fullwidth_carousel .slide .header-title {
font-size: 24px;
}
.fullwidth_carousel .slide p {
font-size: 18px;
}
.fullwidth_carousel .bx-wrapper .bx-controls-direction a {
height: 30px;
width:30px;
line-height: 30px;
font-size: 18px;
bottom: 10px;
margin-top:-15px
}
}
@media  only screen and (max-width:991px) { .fullwidth_carousel .bx-wrapper .bx-prev {
left: 20px;
}
.fullwidth_carousel .bx-wrapper .bx-next {
right: 20px;
}
}
@media  only screen and (max-width:991px) and (min-width:768px) {
.fullwidth_carousel .slide {
height:450px;
}
.fullwidth_carousel .slide .header-block-content {
margin-bottom: calc(450px / 5);
padding: 24px 30px 32px 30px;
}
.fullwidth_carousel .slide .header-title {
font-size: 32px;
}
.fullwidth_carousel .slide p {
font-size: 22px;
}
.fullwidth_carousel .slide .header-block-content {
margin-left: 70px;
}
}
@media  only screen and (max-width:1800px) and (min-width:992px) { .fullwidth_carousel .slide .header-block-content {
margin-left: 70px;
}
}
@media  only screen and (max-width:1199px) and (min-width:992px) {
.fullwidth_carousel .slide {
height:500px;
}
.fullwidth_carousel .slide .header-block-content {
margin-bottom: calc(578px / 4);
padding: 25px 30px 40px 30px;
}
.fullwidth_carousel .slide .header-title {
font-size: 40px;
}
.fullwidth_carousel .slide p {
font-size: 26px;
}
}
@media  only screen and (min-width:1200px) {
.fullwidth_carousel .slide {
height:578px;
}
.fullwidth_carousel .slide .header-block-content {
margin-bottom: calc(578px / 4);
padding: 25px 40px 40px 40px;
}
.fullwidth_carousel .slide .header-title {
font-size: 50px;
}
.fullwidth_carousel .slide p {
font-size: 32px;
}
}