/* DESKTOP*/
@media screen and (min-width: 650px) and (max-width: 4000px){
#pageDev{
    position: relative;
    left: 0;
    top: 0%;
    background: white;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont,'Futura Bk BT';
    aspect-ratio: 12/9;
    height: auto;
    overflow: hidden;
  
    background-color: rgb(255, 255, 255);
    }
    #devImg{
        height: auto; 
        width: 100%;
        object-fit: cover;
}
#devImgPh{
   display: none;
}
#setUpPc2{
    position: absolute;
    left: 15%;
    top: 10%;
    
    background: white;
    width:70%;
    font-family: -apple-system, BlinkMacSystemFont,'Futura Bk BT';
    aspect-ratio: 16/9;
    border-radius: 50px;
    height: auto;
    overflow: hidden;
    display: flex; /* Ortalamak için flexbox kullanılıyor */
    justify-content: center; /* Yatay ortalama */
    align-items: center; 
    background-color: rgb(255, 255, 255);

 }
}
/* PHONE*/
@media screen and (min-width:100px) and (max-width:649px) {
      #pageDev{
    position: relative;
    left: 0;
    top: 0%;
    background: white;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont,'Futura Bk BT';
    aspect-ratio: 9/12;
    height: 150%;
    overflow: hidden;
  
    background-color: rgb(87, 66, 66);
    }
    #devImg{
        display: none;
}
#devImgPh{
    width: auto; 
    height: 100%;
    object-fit: cover;

}
#setUpPc2{
    position: absolute;
    left: 10%;
    top: 20%;
    
    background: white;
    width:80%;
    font-family: -apple-system, BlinkMacSystemFont,'Futura Bk BT';
    aspect-ratio: 9/16;
    border-radius: 50px;
    height: auto;
    overflow: hidden;
    display: flex; /* Ortalamak için flexbox kullanılıyor */
    justify-content: center; /* Yatay ortalama */
    align-items: center; 
    background-color: rgb(255, 255, 255);

 }
}
        /* PHONE */
@media screen and (min-height:200px) and (max-height:450px) {  
    #pageDev{
    position: relative;
    left: 0;
    top: 0%;
    background: white;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont,'Futura Bk BT';
    aspect-ratio: 12/9;
    height: auto;
    overflow: hidden;
  
    background-color: rgb(255, 255, 255);
    }
    #devImg{
        height: auto; 
        width: 100%;
        object-fit: cover;
}
#devImgPh{
   display: none;
}
#setUpPc2{
    position: absolute;
    left: 15%;
    top: 10%;
    
    background: white;
    width:70%;
    font-family: -apple-system, BlinkMacSystemFont,'Futura Bk BT';
    aspect-ratio: 16/9;
    border-radius: 50px;
    height: auto;
    overflow: hidden;
    display: flex; /* Ortalamak için flexbox kullanılıyor */
    justify-content: center; /* Yatay ortalama */
    align-items: center; 
    background-color: rgb(255, 255, 255);

 }}

