/*
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 : 2-gen-2021, 12.49.55
    Author     : Ciemme
*/

body {
      background-color: #243E7A;
     }
     
.container {display: block;
            width: 100%;
            margin: 0 auto;
            padding: 0;
            background-color: #243E7A;
           }

.picture {
          width: 100%;      
         }

@media only screen and (min-width: 992px) 
 {
.comingsoonpicturedesktoptablet {
                           display: block;
                           width: 960px;
                           margin: 0 auto;
                           padding: 0;
                          }
 }
 
 .comingsoonpicturesmartphone {
                                display: none;
                               }
 
@media only screen and (min-width: 500px) and (max-width: 991px ){ 
    
.comingsoonpicturedesktoptablet {
                           display: block;
                           width: 90%;
                           margin: 0 auto;
                           padding: 0;
                          }
                          
 .comingsoonpicturesmartphone {
                                display: none;
                               }
}

@media only screen and (max-width: 499px) {  
    
.comingsoonpicturedesktoptablet {
                                 display: none;
                                }
                          
 .comingsoonpicturesmartphone {
                               display: block;
                               width: 100%;
                               margin: 0 auto;
                               padding: 0;
                              }
}