.img-mobile {
    display: none;
}

.circle.circle-one {
    shape-outside: circle(116px at 50.1% 50%);
    clip-path: circle(126px at 50.1% 50%);
    shape-margin: 25px;
    margin-right: 25px;
    float: left;
    height: 250;
    width: 250;
}

.circle.circle-two {
    background-image: url(https://www.vagoviaviaggi.it/assets/media/img/viaggi-scolastici/bangkok.webp);
    background-size: cover;
    width: 640px;
    height: 426px;
    /* padding: 20px;
    border: solid 20px #fffc;
    margin-bottom: 25px; */
}

.circle img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.circle {
    overflow: hidden;
    position: relative;
}

.newspaper {
    column-count: 2;
    column-gap: 25px;
    text-align: justify;
}
.newspaper_2 {
    text-align: justify;
}


.banner_2 {
    background: url(https://www.vagoviaviaggi.it/assets/media/img/viaggi-scolastici/banner-travelling-fox.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 400px;
    margin-bottom: 25px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (min-width:1200px) {
   .banner_2 {
        -webkit-background-size:  100% 400px;
        -moz-background-size:  100% 400px;
        -o-background-size:  100% 400px;
        background-size: 100% 400px;
	}
}

@media screen and (max-width:1024px) {
    .banner_2 {
        background: url(https://www.vagoviaviaggi.it/assets/media/img/viaggi-scolastici/TravellingFox_Banner_1024x460.png) center center no-repeat;
    }
}

@media screen and (max-width:767px) {
    .banner_2 {
        background: url(https://www.vagoviaviaggi.it/assets/media/img/viaggi-scolastici/TravellingFox_Banner_375x667.png) center center no-repeat;
        height: 667px;
    }

}

.banner_2 .wrapper {
    color: #fff;
    padding: 60px;
}

.opacity-mask {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: table;
}

.banner_2 .wrapper h3 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}

.banner_2 .wrapper p {
    font-size: 24px;
    font-weight: 300;
}

@media screen and (min-width: 200px) and (max-width:991px) {
    .circle-one {
        display: none;
    }

    .img-mobile {
        display: block;
        position: relative;

    }

    .newspaper {
        column-count: 1;

    }

    .circle.circle-two {
        width: 100% !important;
        margin-bottom: 20px;
    }
}