/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Sep 17, 2023, 2:01:17 AM
    Author     : AllyCat
*/

#MediumAboutQuote{
    width:90%;
    margin: auto;
    text-align: center;
    border-left: 10px black solid;
    padding: 5px;
    font-size: 50px;

}

#MediumAboutQuoteBox{
    margin-bottom: 25px;
}

@media only screen and (min-width: 641px) and (max-width: 1007.99px) {

  

    #MediumMainBannerBox,
    .mainAboutBannerImage_Top,
    .mainAboutBannerImage_Bottom{
        width: 640px;
        height: 350px;

    }

}
