img#\31 0logo,
img#noiselogo,
img#amlogo,
img#flogo {
    height: 60px;
    width: 60px;
    margin: 0 5px;
}

img#amlogo {
    width: 63.14px;
    height: 56px;
    margin: 0;
}

.certification-logos {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    align-items: flex-end;
}

img#aqsr {
    border-radius: 30px;
}

.showcase-container {
    position: relative;
    width: 100%;
}

.showcase-content-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.showcase-image-container {
    position: relative;
    width: 100%;
}

.showcase-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.product-dot::before {
    content: attr(data-product);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 12px;
    color: #ffffff;
    font-size: 12px;
    white-space: normal;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    margin-bottom: 8px;
    /* From https://css.glass */
    background: #00a7b5;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    width: 80px;
}

.product-dot {
    position: absolute;
    background-color: #00a7b5;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-dot::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #00a7b5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    margin-bottom: 2.6px;
}

.product-dot:hover {
    transform: scale(1.5);
    background-color: #0590a6;
}

.product-dot:active {
    /* Make dots unclickable */
    pointer-events: none;
}

.product-dot:hover::before,
.product-dot:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Dot positions */
#dot1 {
    top: 14%;
    left: 38%;
}

#dot2 {
    top: 59%;
    left: 20%;
}

#dot3 {
    top: 44%;
    left: 31%;
}

#dot4 {
    top: 34%;
    left: 51%;
}

#dot5 {
    top: 56%;
    left: 55%;
}

#dot6 {
    top: 14.5%;
    left: 77%;
}

#dot7 {
    top: 65%;
    left: 81%;
}

#dot8 {
    top: 58%;
    left: 37%;
}

#dot9 {
    top: 68%;
    left: 42%;
}

.content-title {
    margin-bottom: 20px;
    font-weight: 700;
}

@media screen and (min-width: 2561px) {
    .showcase-content-wrapper {
        padding: 0 20px 30px;
    }
}

@media screen and (min-width: 1441px) and (max-width: 2560px) {
    .showcase-content-wrapper {
        padding: 0 20px 30px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .showcase-content-wrapper {
        padding: 0 20px 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .showcase-content-wrapper {
        padding: 0 15px 20px;
    }
}

@media screen and (min-width: 426px) and (max-width: 767px) {
    .showcase-content-wrapper {
        padding: 0 15px 20px;
    }
}

@media screen and (min-width: 376px) and (max-width: 425px) {
    .showcase-content-wrapper {
        padding: 0 15px 20px;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .showcase-content-wrapper {
        padding: 0 15px 20px;
    }
}

@media screen and (min-width: 1px) and (max-width: 320px) {
    .showcase-content-wrapper {
        padding: 0 15px 20px;
    }
}