﻿.indexVideo0112 {
  width : 100%;
  height : 46vw;  /*16:9*/
}

.indexVideo0112 video
{
  width : 100%;
  height : 100%;
}

.indexVideo0112 .blockContent
{
   width : 100%;
   height : 100%;
   position : relative;
}

.indexVideo0112 .coverGlass
{
   position : absolute;
   top : 0;
   right : 0;
   bottom : 0;
   left : 0;
   display : flex;
   justify-content: center;
   align-items: flex-end;
   background: linear-gradient(to bottom, rgba(209,209,209,0) 0%,rgba(0,98,137,0) 89%,rgba(0,98,137,1) 100%);
}

.indexVideo0112 .onGlassMessage
{
   font-size : 1.4vw;
   color : #FFFFFF;
   margin : 0 10% 1vw 10%;
   text-align : center;
   padding : 10px;
   /*background-color : red;*/
   
   font-family: "Charm", serif;
   font-weight: 700;
   font-style: normal;
  
   text-shadow : 2px 2px 3px rgba(33, 30, 66, 1)
}

@media (max-width: 480px) {
  .indexVideo0112 {
     height : 100vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
   
}
@media (min-width: 768px) and (max-width: 979px) {
    
}
@media (min-width: 980px) and (max-width:1199px) {
    
}
@media (min-width: 1200px) {
    
}
