.loreal-wrapper {
display: flex;
flex-direction: column;
margin: 0 auto;
}
.loreal-wrapper h1,
.loreal-wrapper h2,
.loreal-wrapper h3,
.loreal-wrapper h4,
.loreal-wrapper p {
margin: 10px;
}
.loreal-wrapper ul,
.loreal-wrapper li {
margin: 0;
}
.loreal-full-size-img {
width: 100%;
}
.loreal-left-right,
.loreal-right-left {
display: flex;
flex-direction: column;
}
.loreal-left-right > img,
.loreal-left-right > p,
.loreal-right-left > img,
.loreal-right-left > p {
width: 100%;
}
.loreal-two-text-overlay {
position: relative;
}
.loreal-two-text-overlay > img {
width: 100%;
}
.loreal-two-text-overlay > div:nth-of-type(1),
.loreal-two-text-overlay > div:nth-of-type(2) {
position: absolute;
top: 50%;
}
.loreal-two-text-overlay > div:nth-of-type(1) {
left: 25%;
transform: translate(-50%, -50%);
}
.loreal-two-text-overlay > div:nth-of-type(2) {
right: 25%;
transform: translate(50%, -50%);
}
.loreal-image-row {
display: flex;
flex-direction: column;
}
.loreal-image-row > a > img {
width: 100%;
height: auto;
}
@media screen and (min-width: 768px) {
.loreal-wrapper {
max-width: 900px
}
.loreal-left-right,
.loreal-right-left {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.loreal-left-right > img {
order: 1;
width: 50%;
margin-right: 10px;
}
.loreal-left-right > div {
order: 2;
width: 50%;
margin-bottom: 0;
}
.loreal-right-left > img {
order: 2;
width: 50%;
margin-left: 10px;
}
.loreal-right-left > div {
order: 1;
width: 50%;
margin-bottom: 0;
}
.loreal-image-row {
flex-direction: row;
}
.loreal-image-row > a > img {
width: auto;
}
}
Za više informacija posjetite web
Recenzije
Još nema recenzija.