		.swiper-container {
          width: 100%;
          height: 70%;
        }
        .swiper-slide {
          text-align: center;
          font-size: 18px;
          background: #fff;
          /* Center slide text vertically */
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          background-position:center;
          background-size:cover;
        }
        .swiper-button-prev{
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") !important;
            
        }
        .swiper-button-next{
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") !important;
        }
        .swiper-pagination .swiper-pagination-bullet-active{
            
            background-color:#fff;
        }
        .slider-content{
          -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
        }
        @media screen and (max-width:767px) {
          .slider-content{
            padding: 70px 30px;
          }
        }
        .slider-content h2{
          font-size: 50px;
          color: #fff;
          line-height: 1.4;
          font-weight: 600;
        }
        @media screen and (max-width:767px) {
          .slider-content h2{
            font-size: 20px;
            color: #fff;
            line-height: 1.4;
            font-weight: 600;
          }
        }
        .slider-content h3{
          font-size: 45px;
          color: #fff;
          line-height: 1.4;
          font-weight: 600;
        }
        .slider-content p{
          font-size: 15px;
          color: rgba(255, 255, 255, .7);
          line-height: 1.9;
          font-weight: 400;
          max-width: 100%;
          margin-top: 10px;
          word-wrap: break-word;
        }
        @media screen and (max-width:767px) {
          .slider-content p{ 
            width: auto;
          }
        }
        .owl-carousel .owl-nav [class*='owl-']{
            color: #FFF !important;
            font-size: 14px !important;
            margin: 5px !important;
            padding: 4px 7px !important;
            background: #D6D6D6 !important;
            display: inline-block !important;
            cursor: pointer;
            border-radius: 3px !important;
        }
		.card{
			display: inline-block;	
		}
         @media (min-width: 1024px) {
            .card-img-top {
                display: block;
                width: 100%;
                height: auto;
				max-height: 280px;
                object-fit: cover;
            }
        }
	
		
		
        .card .card-body a{
            border-radius:0;
            background-color:#d21e2b;
            color:white;
        }
        .card .card-body a:hover{
            background-color:#002f49;
            color:white;
        }
        .testimonial-single > * {
            text-transform: uppercase;
        }
		.dark-button:hover,
		.dart-button:active{
			background-color: #d21e2b;
		}

.middleby-worldwide {
    object-fit: contain;
}

@media (max-width: 991px) {
    .swiper-container {
        height: 50%;
    }
}

@media (max-width:768px) {
    .swiper-container {
        height: 40%;
    }

    .button-md {
        font-weight: 500;
        font-size: 11px;
        padding: 6px 12px;
    }

    #ovenH2 {
        font-size: 1rem;
    }

    #showroomH2 {
        font-size: 1rem;
    }

    #newpicture {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .swiper-container {
        height: 30%;
    }

    .button-md {
        font-weight: 500;
        font-size: 11px;
        padding: 6px 12px;
    }

    #ovenH2 {
        font-size: 1rem;
    }

    #showroomH2 {
        font-size: 1rem;
    }

    #newpicture {
        font-size: 1rem;
    }

    div.swiper-button-next {
        display: none;
    }

    div.swiper-button-prev {
        display: none;
    }
}

.card-picture-wrapper {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: calc(3.25 / 5 * 100%);
}

    .card-picture-wrapper.tall {
        padding-top: calc(280 / 348 * 100%);
    }

.card-picture-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 994px) {
    .carousel-banner {
        padding-bottom: 100px;
        padding-top: 0px;
    }
}

@media (max-width: 775px) {
    .carousel-banner {
        padding-bottom: 200px;
        padding-top: 0px;
    }
}

@media (max-width: 330px) {
    .carousel-banner {
        padding-bottom: 250px;
        padding-top: 0px;
    }
}

.banner-button {
    padding: .6% .94% .6% .94%;
    border-radius: 5px;
    background: #ff9966;
    color: black;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
}

.banner-button-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 30px;
    bottom: 15px;
    text-align: center;
    margin: 0 auto;
}


@media (max-width: 930px) {
    .banner-button-wrapper {
        bottom:0px;
    }
}

@media (max-width: 750px) {
    .banner-button-wrapper {
        bottom: 0px;
    }
    .banner-button {
        padding: .4% .74% .4% .74%;
    }
}

@media (max-width: 563px) {
    .banner-button-wrapper {
        bottom: 0px;
    }
    .banner-button {
        padding: .5% .8% .5% .8%;
        font-size: 5px;
    }
}

.fullBannerButton {
    height: 100%;
    width: 100%;
    z-index: 1000;
}