/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 14, 2022, 7:44:58 AM
    Author     : Lamnx <nguyenxuanlam1987@gmail.com>
*/

.mce-content-body {
    max-width: 700px;
    margin: 0 auto;
}
.layout.full-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: auto;
}
.align-center-overflow {
    margin-left: -50px;
    margin-right: -50px;
}