.blog-image{
height:300px;
overflow:hidden;
}

.brand-shadow{ box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2) ; }


.breadcrumb-area {
  background-image: url(../images/2587360.jpg);
  background-color: #cad5e1;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0px;
  height: 406px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  line-height: 1;
}

.breadcrumb-area .breadcrumb-title {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 60px;
  color: #fff;
  margin: 0;
}

.breadcrumb-list li a {
  color: #fff;
}



.hero-slide-content.hero-slide-content-2 .title-1 {
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.hero-slide-content.hero-slide-content-2 .price .mini-title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  display: block;
}
.hero-slide-content.hero-slide-content-2 .btn-primary {
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  border-radius: 18px;
  width: 215px;
  height: 61px;
  background-color: transparent;
  color: #fff;
}

@media (max-width: 768px){
  .blog-image{
height: auto;
}

}

.video-container1 { width:600px; height:340px; margin-left:0px;} .video-container1 iframe, .video-container1 object, .video-container1 embed {width: 100%; height: 100%;}
		@media (max-width: 767px) {
		.video-container1 { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-left:0px;} .video-container1 iframe, .video-container1 object, .video-container1 embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
		}