



@media(max-width:1017px){
.GBP_image {
    width: 203px;
    height: 205px;
}

}


@media(max-width:991px){
 .forecast_image{
  width:100%;
    height:275px;
    object-fit: cover;
    aspect-ratio: auto;    
}

.section_cryptocurrencies{
   width:100%;
    height:210px;
    object-fit: cover;
    aspect-ratio: auto;  
}

.GBP_image{
    width:99%;
    height:250px;
     object-fit: cover;
    aspect-ratio: auto;
}

}




@media(max-width:600px){
 .forecast_image{
  width:100%;
    height:210px;
    object-fit: cover;
    aspect-ratio: auto;    
}

.section_cryptocurrencies{
   width:100%;
    height:210px;
    object-fit: cover;
    aspect-ratio: auto;  
}

}



