/*
Theme Name:     Orbius Child Theme
Theme URI:      http://themeforest.net/user/Softwebmedia/portfolio
Description:    Orbius Child Theme for customization
Author:         Soft Web Media
Author URI:     http://themeforest.net/user/Softwebmedia
Template:       orbius
Version: 		1.00
*/


/* Add your custom style below */

.mk-dual-slider-content-large .mk-dual-slider-title { 
    max-width: calc( 100vw - 40px ) !important;
}



.wac-news-list .mk-post-image{
    position: relative !important;
}
  
.wac-news-list .mk-post-image>*, .wac-news-list .mk-post-image a>* {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
    max-height: 100%;
  }
  .wac-news-list .mk-post-image::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc(268 / 442* 100%);
  }
  

  @media only screen and (min-width:1200px) {
    .mk-dual-slider-content-large .mk-dual-slider-title { 
        max-width: 80vw !important;
    } 
    .mk-interactive-services .mk-itsr-counter {
        top:40px !important;
        font-size: 16px !important;
     }
}


