#LP-BOLETIN-Planta1-TV-g2a-ID,
#LP-BOLETIN-Planta2-TV-g2a-ID {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.custom_container_div_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    height: 5%;
    width: 80%;
    top: 70%
}

@media (min-width:600px) {
    .custom_container_div_flex {
        top: 68%;
        width: 70%
    }
}

@media (min-width:768px) {
    .custom_container_div_flex {
        width: 55%
    }
}

@media (min-width:1000px) {
    .custom_container_div_flex {
        width: 40%
    }
}

img{
    max-width: 100%;
}