.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media only screen and (max-width: 1279px){
    .leading-9.stock-quotes{line-height: unset;}
}
#vrify .uk-modal-dialog{
    width: 100%!important;
}
.skew-1{
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    transform: rotate(45deg);
    left: -100%;
    top: -22%;
    opacity: 57%;
}
.skew-2{
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    transform: rotate(45deg);
    left: 0%;
    top: -100%;
    opacity: 57%;
}
.z-index-10{
    z-index: 10;
}
.absolute{
    position: absolute;
}

@media only screen and (max-width: 1400px) {
    .skew-1{
        left: -120%;
    }
    .skew-2{
        left: -17%;
    }
  }
  @media only screen and (max-width: 1200px) {
    .skew-1{
        top: -14%;
    }
    .skew-2{
        display: none;
    }
  }
  @media only screen and (max-width: 765px) {
    .skew-1{
        top:-100%;
        left:-100%;
        height:200%;
    }
  }

  @media only screen and (max-width: 400px) {
    .skew-1{
        top:-80%;
        left:-130%;

    }
  }


/* Fix Report List Row Layout view - Added on 2023-03-06 */
.report-list-row .date { padding-right: 12px; }

@media only screen and (max-width: 959px) {
    .report-list-row li { display: inline-block; }
    .report-list-row .date { padding-bottom: 12px; }
    .report-list-row .date { padding-top: 12px; }
}