/* cmsms stylesheet: s-custom modified: Tuesday, March 5, 2024 4:44:40 PM */
.section.header-stick p {
  margin-bottom: 0;
}
.text-shadow-one {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.text-shadow-two {
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
}

div.video-facade-preview{
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
    background: blue;
    overflow: hidden;
}

div.video-facade-preview > div {
    position: absolute;
    top: -16.75%; bottom: 0; left: 0; right: 0;
}
.iconcolor {
    color: #1ABC9C;
}
