
.btnvideomore:hover {background:#fde07e !important ;color:#030f32 !important; }

.btnvideomore:hover img {border-radius: 30px;
    background: #2d395d;}
.mainheadlinewrapperpage {
 
  float: left;
  width: 100%;
  padding: 14px 0;
  background: #1c2747;
 margin-top:0px;
}

.mainheadlinepage h1 {
  margin: 0;
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
  color: #fde07e;
}

ol.breadcrumb {
  padding-left: 4px;
  background: transparent;
}
ol.breadcrumb li {
  margin-bottom: 0px;
}
.breadcrumb-item a {
  color: #fff !important;
}

.video_image {
  max-width: 100%;
  display: initial;
  width: 350px;
  height: 220px;
  opacity: 1;
}


.btnvideomore{
    padding: 8px 25px;
    text-transform: capitalize;
    font-size: 20px;
    box-shadow: rgb(3 15 50) 2px 3px 16px;
    border-radius: 30px;
    height: 55px;
    color: rgb(253, 224, 126);
    background: rgb(3, 15, 50);
}

.youtube_image{
    height: 40px;
    border-radius: 30px;
    margin-left: 10px;
}

.btnvideomore:hover{
    background: #fde07e!important;
    color: #030f32!important;
}

.video_caption{
    position: absolute;
    bottom: 10px;
    left: 32px;
    width: 82%;
  -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    color: white;
}





@media only screen and (max-width: 320px) and (max-width: 420px) {
    
    
    .video_caption{
        font-size:14px!important;
        padding: 20px;
        color: #fff;
        font-size: 14px;
        line-height: 1.3;
    }
    
      
    .youtube_image{
        height: 30px;
        border-radius: 30px;
        margin-left: 10px;
    }

    .btnvideomore{
        padding: 8px 25px;
        text-transform: capitalize;
        font-size: 17px;
        box-shadow: rgb(3 15 50) 2px 3px 16px;
        border-radius: 30px;
        height: 55px;
        color: rgb(253, 224, 126);
        background: rgb(3, 15, 50);
    }
    

    .header_youtube_image{
        width: 180px;
        height: 50px;
    }
    
     .mainheadlinewrapperpage {
   
      margin-top:0px !important;
      }
    
    

  }
  
  
  
    @media only screen and (min-width: 320px) and (max-width: 419px) {
        .mainheadlinewrapperpage {
   
      margin-top:0px !important;
      }
  }
  
  
  @media only screen and (min-width: 420px) and (max-width: 768px) {
        .mainheadlinewrapperpage {
   
      margin-top:0px !important;
      }
  }
  
  
 