@charset "utf-8";
/* CSS Document */

.widescreen2 .top {
    
    width:100%;
    height:14%;

}

.widescreen2 .left {
    
    width:10%;
    height:72%;
    
}

.widescreen2 .centre {
    
    width:calc(100% - 10% - 40px);
    height:72%;
    
}

.widescreen2 .right {
    
    width:40px;
    height:72%;
    
}

.widescreen2 .bottom {
    
    width:100%;
    height:14%;
}

.widescreen2 .image-con {

    height:100%;
    width:75%;
    position: relative;

}

.widescreen2 .text-con {

    height:100%;
    width:25%;
    position: relative;

    
}

.widescreen2 .text-block {

    left:175px;

}

.widescreen2 .text-block.align-right {

    left:auto;
    right:80px;
    
}


@media only screen and (max-width: 1919px) {
 
    .widescreen2 .left {

        width:40px;

    }
    
    .widescreen2 .centre {

        width:calc(100% - 80px);
    
    .widescreen2 .image-con {

        width:83%;

    }
    
    .widescreen2 .text-con {

        width:17%;

    }
    
    .widescreen2 .text-block {
        
        left:20px;

    }
    
    .widescreen2 .text-block.align-right {

        left:auto;
        right:20px;

    }

}



@media only screen and (max-width: 1439px), screen and (max-height: 767px) {
 
    .widescreen2 .top, .widescreen2 .bottom {

        height:90px;

    }
    
    .widescreen2 .left, .widescreen2 .right {

        display:none;

    }  
    
    .widescreen2 .centre {

        width:100%;
        height:calc(100% - 180px);

    }
    
    .widescreen2 .image-con {

        width:100%;

    }
    
    .widescreen2 .top.full-screen-mobile, 
    .widescreen2 .bottom.full-screen-mobile,
    .widescreen2 .left.full-screen-mobile, 
    .widescreen2 .right.full-screen-mobile
    {

        display:none;

    }
    
    .widescreen2 .centre.full-screen-mobile {
        
        height:100%;

    }

 
}

@media only screen and (max-width: 767px), screen and (max-height: 767px) {
    
    .widescreen2 .top, .widescreen2 .bottom {

        height:70px;

    }
    
    .widescreen2 .centre {

        height:calc(100% - 140px);

    }    
    
}


