@media only screen and (max-width: 600px) {
  .indexSlider {
    height:330px !important;
  }
}

.indexSlider {
    width:100%;
    height:100%;
  }

  @media only screen and (min-width:1065px) {
	section.hero-section {
		padding: 67px 0 100px !important;
	}
}
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
#contactdetails{
	background:#ffffff;
	padding:20px;
	padding-left:5px;
	padding-right:10px;
	border-bottom:1px solid #B00937;
}

.card{
    overflow: hidden;
    padding:2rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 1rem;
    border-radius: 36px;
    box-sizing: border-box;
    background-color: #fff;
}
		
#demo-1 {
    position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
    overflow: hidden; /* to bound the empty top space created by inner element's top margin */
    width: 100%;
    min-height: 600px;
    background-color: #999;
}
.demo-inner-content {
    position: relative; /* if position is not set, the script will set it to 'relative'. */
    z-index: 2; /* if z-index is not set, the script will set it to '2'. */
    margin: 180px auto;
    padding:80px;
    max-width: 1200px;
    color: #fff;
    text-align: center;
    font-size: 1.5em;;
}
.demo-inner-content h1 {
    font-size: 2.5em;
    margin: 0;
}
#shadow{
    color: white;
text-shadow: 2px 2px 4px #000000;
}
.item:hover > .play-btn{

}
.play-btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    transition: all 0.2s ease;
    z-index: 2;
}
.play-btn a{
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    padding: 10px 15px;
    border-radius: 7px;
    color: #fff;
    background: red;
}
.yt-item{
    position: relative;
    min-height: 300px;
}
.yt-item img{
    /* position: absolute; */
    width: 100%;
    height: 100%;
    max-height: 253px;
    object-fit: contain;
}
.yt-item:hover .play-btn{
    background: #00000060;
}
.yt-title{
    color: #000;
    display: block;
    font-size: 19px;
    z-index: 2;
    position: relative;
    border-bottom: 1px solid black;
    margin-bottom: 8px;
}
.yt-content{
    margin: 10px;
}
@media (max-width: 766px){
    .yt-item{
        min-height: 150px;
    }
    .yt-main-title{
        font-size: 19px;
    }
}

.vlogs_wrapper{
    background-image: url(https://ryanserhant.com/wp-content/themes/ryanserhant.com/assets/images/cmh-left-bg.jpg);
  }
  

.title{
    padding-top:25px;
    font-size:50px;
    text-align: center;
}

.wrapper_row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}