/*
Theme Name: Pössl
Theme URI: https://pössl.se
Template: Avada
Author: Mediapropeller Webbyrå
Author URI: https://mediapropeller.se
Description: Ett WordPress tem till Pössl Sverige
Version: 7.14.1763019928
Updated: 2025-11-13 08:45:28

*/

.mp-carousel-wrapper .fusion-carousel-item-wrapper,
.mp-carousel-wrapper .fusion-image-wrapper {
    width: 630px;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mp-carousel-wrapper .fusion-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
}

/* Tablet: 400x400 */
@media (max-width: 1024px) {
    .mp-carousel-wrapper .fusion-carousel-item-wrapper,
    .mp-carousel-wrapper .fusion-image-wrapper {
        width: 100%;
        height: 400px;
    }
}

/* Mobile: 300x300 */
@media (max-width: 768px) {
    .mp-carousel-wrapper .fusion-carousel-item-wrapper,
    .mp-carousel-wrapper .fusion-image-wrapper {
        width: 100%;
        height: 300px;
    }
}