:root{
    --primary-colour: #10218b;
}
a{
    color: unset;
    text-decoration: none;
}

.break-line{
    display: block;
}

.image-50{
    width: 50%;
}

.carret-right{
    position: relative;
}

.carret-right::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #00eaff;
    position: absolute;
    right: 88px;
    top: 77%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
    transform: translateY(-50%) rotate(0deg) scale(1);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.Right-Img {
    width: 50%; 
    position: relative; 
    margin-left: auto; 
    z-index: 2;
}
.Left-Img {
    width: 50%; 
    position: relative; 
    margin-right: auto; 
}
.container-fluid.hero-section.ILP {
    background-image: url(/images/industrial-label-press/banner.jpg); 
    background-size: cover; 
    background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {
    .group-container.d-flex.position-absolute{
        width: 700px;
        top: -565px;
        right: 0;
    }
}

@media (max-width :600px) {
    html {
        overflow-x: hidden;
    }
    .Right-Img{
       width: 100%;
    }
    .Left-Img {
        width: 100%; 
    }
    .banner-text {
        margin-left: 5%;
    }
    .container-fluid.hero-section.ILP {
        background-image: url(/images/industrial-label-press/banner.jpg); 
        background-size: contain; 
        background-repeat: no-repeat;
        width: 100%;
        margin-top: -200px;
    }
    .rcri-container.MID .Left-Img img {
        width: 70%;
        margin-left: 15%;
        margin-top: -20%;
    }
    .rcri-container.MID .container img {
        width: 70%;
        margin-left: 15%;
    }
    #results #DM1, #DM2, #DM3{
        visibility: hidden;
    }
    #results #DM1{
        width: 100%;
    }
    #results #DM1 img{
        width: 25%;
        margin-left: 7%;
        margin-top: -60px;
    }
    #results #DM2{
        width: 100%;
    }
    #results #DM2 img{
        width: 100%;
        margin-left: 20%;
        margin-top: 30px;
    }
    #results #DM3{
        width: 100%;
    }
    #results #DM3 img{
        width: 100%;
        margin-left: -125%;
        margin-top: 430px;
    }
    .img240 {
        visibility: visible !important;
    }
    .video {
        width: 500px;
    }
}

@media screen and (min-width: 992px) {
    .eal-columns.left-wide .eal-col:last-child {
        width: 19%;
        margin-right: 175px;
    }
}

@media screen and (min-width: 1200px) {

}

.printers .splide {
    visibility: visible !important; 
}

.section.bottom-caption img {
    max-height: unset;
    padding-bottom: 50px;
}
@media screen and (min-width: 1920px) {
    .wide-caption .container{
        width: 920px;
        align-items: flex-start;
        gap: 50px;
    }
    .wide-caption .section__image {
        width: 40%;
        height: unset;
    }
}

/* video popup */
#app-video, #featured-video {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.video-image-container {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 200% auto;
    position: relative;
    height: 100%;
}
.inner-video-image-container {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: left;
}
.video-image, .inner-video-image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-image {
    object-fit: cover;
    height: 100%;
    overflow: hidden;
}
.video-image-container::before {
    content: "";
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}
.btn-play {
    background: #fff;
    border: 0;
    height: 70px;
    line-height: 40px;
    opacity: .8;
    width: 70px;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: absolute;
    right: calc(50% - 20px);
    top: calc(50% - 20px);
}
.btn-play:before {
    color: #969696;
    content: "\e072";
    display: block;
    font-family: Glyphicons Halflings, sans-serif;
    font-size: 30px;
    height: 70px;
    line-height: 40px;
    opacity: 1;
    text-align: center;
    width: 70px;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 16px;
}
.btn-play:hover {
    background: #9ddfff;
}
.btn-play:hover::before {
    color: #07156c;
}
@media screen and (min-width: 768px) {
    .btn-play {
        height: 90px;
        width: 90px;
    }
    .btn-play:before {
        font-size: 40px;
        height: 90px;
        width: 90px;
        top: 25px;
    }
}
@media screen and (min-width: 992px) {
    #app-video, #featured-video {
        padding-bottom: 30px;
    }
    .video-image-container::before {
        padding-top: 60%;
    }
    .d-lg-none {
        display: none!important;
    }
    .d-lg-block {
        display: block!important;
    }
    .video-image-container::before {
        padding-top: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #app-video, #featured-video{
        min-height: 645px;
        padding-bottom: 0;
        justify-content: flex-end;
    }
    .video-image-container{
        background-size: cover;
        position: absolute;
        width: 100%;
    }
    .video-image-container::before{
        display: none;
    }
    .video-image img{
        object-fit: cover;
        height: 100%;
    }
    #app-video .copy-container, #featured-video .copy-container{
        z-index: 99;
        color: #ffffff;
        padding-bottom: 40px;
    }
    .btn-play{
        top: 230px;
    }
}