#presentation-icons-template-1 img {
    aspect-ratio: 16/9;
    max-height: 88px;
}

#presentation-icons-template-1 p {
    line-height: 1.2;
    font-size: 17px;
}

#presentation-icons-template-1 a {
    text-decoration: none!important;
}

#presentation-icons-template-1 .text-over-canvas {
    margin-top: -14vw !important;
    z-index: 9;
    pointer-events: none;
}

@media(min-width: 576px){
    #presentation-icons-template-1 .text-over-canvas {
        margin-top: -70px !important;
    }

}

#presentation-icons-template-1 canvas {
    display: block;
    position: relative;
    background-color:rgba(255, 255, 255, 1.00);
    max-width: 100%;
}

#presentation-icons-template-1 .presentation-icons-content-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
