/*pink mask*/
.pink-mask img{
    position: relative;
}

.pink-mask:before {
    position: absolute;
    background-size: contain !important;
    content: '';
    content: url(/images/000_oneworld/shape/label1.png);
    bottom: -20%;
    left: -15%;
    margin:auto;
    background-repeat:no-repeat;
    z-index:2 !important;
    transform: scale(0.6);
}


/*white mask*/
.white-mask{
    position: relative;
}

.white-mask:before {
    position: absolute;
    background-size: contain !important;
    content: '';
    content: url(/images/000_oneworld/shape/label2.png);
    bottom: 64%;
    left: 43%;
    margin:auto;
    background-repeat:no-repeat;
    z-index:2 !important;
    transform: scale(0.6);
}


/*white mask*/
.white-mask{
    position: relative;
}

.white-mask:after {
    position: absolute;
    background-size: contain !important;
    content: '';
    content: url(/images/000_oneworld/shape/label3.png);
    bottom: -20%;
    left: 40%;
    margin:auto;
    background-repeat:no-repeat;
    z-index:2 !important;
    transform: scale(0.6);
}

@media only screen and (min-width: 992px) {
.pink-mask:before {bottom: -8%;left: -5%;transform: scale(0.7);}
.white-mask:before {bottom: 68%;left: 49%;transform: scale(0.7);}
.white-mask:after {bottom: -20%;left: 40%;transform: scale(0.7);}
.kn95-mask {position: absolute;right: 0;top: 45%;}
.kf94-mask {position: absolute;top: 45%;right: 0%;}
}

@media only screen and (min-width: 1700px) {
.pink-mask:before {bottom: -8%;left: -5%;transform: scale(0.7);}
.white-mask:before {bottom: 68%;left: 49%;transform: scale(0.7);}
.white-mask:after {bottom: -20%;left: 40%;transform: scale(0.7);}
.kn95-mask {position: absolute;right: 0;top: 45%;}
}




