﻿.default-carousel .e-play-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background-color: rgba(230, 230, 230, 1) !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .default-carousel .e-play-button:hover {
        background-color: rgba(210, 210, 210, 1) !important;
    }

.logo-image {
    width: 312px;
    height: 110px;
}
