.babyclic {
  background-color: #ffffff;
  position: absolute;
  height: 100%;
  left: 0;
  text-align: center; }

.petitpraia {
  background-color: #fafafa;
  position: absolute;
  height: 100%;
  right: 0;
  text-align: center; }

.petitpraia img {
  height: 80px;
  width: auto; }

.babyclic img {
  height: 100px;
  width: auto; }

.pos-vertical-center {
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); }

/*----------------
MEDIA QUERIES
-----------------*/
@media (max-width: 991px) {
  .petitpraia {
    height: 50%;
    top: 50%; }
  .babyclic {
    height: 50%; } }

@media (max-width: 600px) {
  .petitpraia img {
    height: 45px;
    width: auto; }
  .babyclic img {
    height: 65px;
    width: auto; } }

@media (min-width: 600px) and (max-width: 991px) {
  .petitpraia img {
    height: 60px;
    width: auto; }
  .babyclic img {
    height: 80px;
    width: auto; } }

@media (min-width: 991px) and (max-width: 1350px) {
  .petitpraia img {
    height: 55px;
    width: auto; }
  .babyclic img {
    height: 75px;
    width: auto; } }
