﻿/* Contenitore della pagina */
.asg-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Titolo */
.asg-title {
    margin-top: 10px;
    margin-bottom: 25px;
}

/* Wrapper iframe responsive */
.iframe-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    aspect-ratio: 16/9;
    position: relative;
}

    .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* MOBILE */
@media (max-width: 767px) {

    .asg-container {
        padding: 20px 15px !important;
    }

    .breadcrumbs-arial {
        font-size: 14px;
        line-height: 1.3;
        white-space: normal;
        margin-bottom: 15px;
    }

    .asg-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .iframe-wrapper {
        aspect-ratio: 16 / 9;
        width: 100% !important;
        max-width: 100% !important;
        height:600px;
    }
}
