/* Style the video: 100% width and height to cover the entire window */
body  {
    display: flex;
    flex-direction: column;
    align-items: stretch;

}

.first  {
  position: relative;
  display: block;
  max-height: 100vh;
}

.second  {
  position: relative;
  display: block;
  max-height: 100vh;
}

.mc-field-group {
  color: #f1f1f1;
}


.d-block {
  max-height: 100vh;
}



#myVideo {
    position: relative;
    display: block;
    right: 0;
    bottom: 0;
    min-width: 100%;
    
  }

  .textcaption {
    background-color: pink;
    background-color: #ff3e3f;
  }

  .subscription_section{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: #ff3f3f;
  }
  
  /* Add some content at the bottom of the video/page */
  .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }
  
  /* Style the button used to pause/play the video */
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }

  .subscription_section{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: #ff3f3f;
  }

  .subscription_section1{
    position: relative;
    display: block;
    background-image: url(./image/Frame2.png);
    background-position: center center;
    background-color: #ff3f3f;
    background-repeat: no-repeat;
    background-size: auto;
    width: 50%;
   
    
   
  }
  .subscription_section2{
    display: block;
    position: relative;
  
    background: crimson;
    width: 50%;
    
  }

  @media only screen and (max-width: 520px) {

    

    body{
        background-color: rgb(139, 163, 35);
        background: crimson;
        
    }
    .slidernew{
        visibility: visible;


    }
 

    #myVideo{
        display: block;
        position: relative;
        width: 100%;
        
        
    
    }

    .content {
        display: block;
        position: relative;

        background: rgba(0, 0, 0, 0.5);
        color: #f1f1f1;
        width: 100%;
        height: auto;
        padding: 20px;
        
      }

      .subscription_section {
        flex-direction: column;
        width: 100%;
        background-color: #ff3f3f;
      }

      .subscription_section1 {
        display: block;
        position: relative;
        width: 100%;
        height: 100vh;
        background-color: #ff3e3f;
        background-image: url(./image/banner-mob.png);
        background-size: contain;
        padding-top: 10px;
      }
      .subscription_section2 {
        width: 100%;
        display: block;
        position: relative;
      }

      /*исправление бутстраповского слайдера*/
      .carousel-control-next-icon {
        margin-right: -60px;
      }



      
    
  }

  