/* 
Theme Name: MFCC child theme
Theme URI: https://www.mfcc.mn/
Description: Mongolian fact checking center
Author: BZP
Author URI: https://bzp.mn/
Template: mfcc-parent-theme
Version: 1.0.1
Text Domain: mfcc-child-theme
*/

/*
    Add your custom styles here
*/

/*Responsive*/ 
@media (min-width: 320px) and (max-width: 480px) {
.f-image {
    width:350px!important;
} 
.f-image .stamp {
    top: 10px;
    right: 15px;
}
    
}

.f-image {
    position: relative;
}

.f-image .stamp {
    position: absolute;
    top: 20px;
    right: 35px;
    transform: rotate(340deg)!important;
}

.f-checked {
    background: #fff;
    width: 150px;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    bottom: 40px;
}