/*live text alt images satrt*/
.section-live-text .tile-picture-wrapper {
     max-width:100%;
}

@media only screen and (min-width: 735px) {
    .section-live-text .tile-picture-wrapper {
        padding-right:0;
        margin-left: auto;
        margin-right: auto;
    }
}
.section-live-text .tile-picture-wrapper .tile-picture {
    display: block;
    width: 1394px;
    height: 602px;
    position: relative;
    left: 50%;
    margin-left: -697px;
}


@media only screen and (max-width: 1068px) {
    .section-live-text .tile-picture-wrapper .tile-picture {
        display:block;
        width: 974px;
        height: 436px;
        margin-left: -487px;
    }
}

@media only screen and (max-width: 734px) {
    .section-live-text .tile-picture-wrapper .tile-picture {
        display:block;
        width: 366px;
        height: 383px

    }
}

/*live text alt images end*/
