/*
@Author: Besidecode
@URL: http://Besidecode.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.menuzord-brand img {
    max-height: 100%;
    width: 100%;
    margin-top: -30px;
    object-fit: cover;
    object-position: 50% 50%;
}

img.content-image {
    width: 430px;
    height: 240px;
    border: 0px;
}

.bg-theme-colored2-transparent-9 {
    background-color: rgba(2, 23, 23, 0.37) !important;
}

img.covid-img {
    width: 100%;
    height: 200px;
}
