#inner-page-wrapper {
    margin-bottom: 0;
}

.aios-video-modern {
   padding: 0 15px 5%; 
   position: relative; 
}

#content .entry-title, #content .archive-title {
    text-align: center;
}

.aios-video-modern:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: #022349; 
    content: '';
}

.canvas-img {
  position: relative;
}
  .canvas-img canvas {
    width: 100%;
    height: auto;
    display: block;
  }
  .canvas-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }

#ai-modern-video-wrapper{
    width: 100%;
}

    #inner-page-wrapper > .container {
        width: 100%;
        padding: 0;
    }

    #content .ai-modern-video-container{
          background: #eeeeee;
    }

        #content .ai-modern-video-lists{

            display: flex; 
            justify-content: center;
            width: 100%; 
            max-width: 1440px;
            margin: 0 auto;

        }

   .video-wrap {
      position: relative;
      z-index: 1; 
      font-size: 0;
      letter-spacing: 0; 
      padding-top: 15px; 
      margin-left: -10px;
      margin-right: -10px; 
      width: 100%;
   }

    .video-wrap:not(.slick-initialized){
        display: flex;
        justify-content: center; 
        align-items: flex-start; 
        flex-wrap: wrap; 
        margin: 0 auto; 
    }

    .video-wrap:not(.slick-initialized) .video-item{
        width: calc(100% / 3);
    }

    .page-template-video-page #content .slick-dots{
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }

    .page-template-video-page #content ul.slick-dots li.slick-active button{
        color: #fff;
        background: #001a47;
        pointer-events: none;
    }
    
    .page-template-video-page #content ul.slick-dots li button:hover{
        color: #fff;
        background: #001a47;
    }


    .video-item {
         /* width:33.333%;  */
         padding: 0 10px; 
         display: block; 
         margin: 25px 0;

    }

     .video-item a {
         width: 100%;
         display: block; 
         margin: 0 auto; 
         padding: 0; 
         position: relative;
     }

       .video-item a .video-photo:before {

            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.2); 
            content: ''; 
            z-index: 1; 
                transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;  
       }
       .video-item a:hover .video-photo:before {
            background: rgba(0, 0, 0, 0.6); 

       }

      .video-item a .video-icon {
         display: flex;
         justify-content:center;  
         align-items: center;
         position: absolute;
         left: 0;
         top: 0;
         bottom: 0;
         right: 0; 
         z-index: 2;

      }

       .video-item a .video-icon i {
          font-size: 22px;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center; 
          font-style: normal !important; 
          width: 72px; 
          height: 72px; 
          border-radius: 50%;
          background: rgba(0, 0, 0, 0.75);
       } 


      .video-item a .video-title {
         display: flex;
         justify-content:center;  
         align-items: center;
         position: absolute;
         left: 0;
         bottom: -22px;
         right: 0; 
         z-index: 2; 
         width: 90%;
         margin: 0 auto; 
         background: #001a47;  
         text-align: center; 
         min-height: 54px; 
         padding: 5px; 
         letter-spacing: 0.025em;
         font-family: var(--font-family-title);


      }

       .video-item a .video-title span {
         font-size: 15px;
         color: #fff;
         line-height: 1; 
         text-transform: uppercase;
       }


.pagination-wrap {
    justify-content: center;
    display: flex;
    margin-top: 45px;
    width: 100%;
}
.pagination-wrap ul {
    display: flex;
}
.pagination-wrap ul li {
    margin: 0 8px;
    display: flex;
    align-items: center;  
    justify-content: center;
    width: 38px;
    height: 38px; 
    border-radius: 50%;
    border: 2px solid #c2c2c2;
}
.pagination-wrap ul li.prev-page{
    margin-right: 30px;
}
.pagination-wrap ul li.next-page{
    margin-left: 30px;
}
.pagination-wrap ul li.page-ellipsis{
    padding: 0;
}
.pagination-wrap ul li span,
.pagination-wrap ul li a {
    display: block;
    color: #7f7f7f;
    transition: var(--default-transition);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.01em;
    font-weight: 500;
    white-space: nowrap; 
    width: 100%;
    font-family: var(--font-family-title);

}
.pagination-wrap ul li.current span,
.pagination-wrap ul li.current {
    border: 2px solid #001a47;
}
.pagination-wrap ul li a:hover {
    color:  #001a47;
}
.pagination-wrap ul li.prev-page a,
.pagination-wrap ul li.next-page a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-size: 0.875vw;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0.03em;
}
.pagination-wrap ul li.prev-page a:hover,
.pagination-wrap ul li.next-page a:hover{
    color:  var(--secondary);
}
.pagination-wrap ul li.prev-page a i,
.pagination-wrap ul li.next-page a i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-size: 1.750vw;
    font-weight: 700;
}
.pagination-wrap ul li.prev-page a i {
    margin: 0 0.625vw 0 0;
}
.pagination-wrap ul li.next-page a i {
    margin: 0 0 0 0.925vw;
}

#content ul {
    margin: 0;
}

/*******************************************************

 *

 * Mobile styles and other media queries

 *

 *******************************************************/





/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */

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



}



/* iPad(portrait) | Galaxy Tab 4(portrait)  */

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

  .aios-video-modern {
    padding: 0 15px 100px;
    position: relative;
  } 

.video-item {
    width: 100%;
    padding: 0;
    display: block;
    margin: 25px 0; 
    max-width: 480px;
}


}



/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

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



}



/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

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

.video-item a .video-title span {
    font-size: 12px;
}

}

